Searched refs:BitStream (Results 1 – 1 of 1) sorted by relevance
83 BitStream; typedef88 static BitStream* bsOpenReadStream ( FILE* stream );89 static BitStream* bsOpenWriteStream ( FILE* stream );90 static void bsPutBit ( BitStream* bs, Int32 bit );91 static Int32 bsGetBit ( BitStream* bs );92 static void bsClose ( BitStream* bs );93 static void bsPutUChar ( BitStream* bs, UChar c );94 static void bsPutUInt32 ( BitStream* bs, UInt32 c );169 static BitStream* bsOpenReadStream ( FILE* stream ) in bsOpenReadStream()171 BitStream *bs = malloc ( sizeof(BitStream) ); in bsOpenReadStream()[all …]