Searched refs:BitStream (Results 1 – 4 of 4) sorted by relevance
150 BitStream; typedef154 static BitStream* bsOpenReadStream ( FILE* stream ) in bsOpenReadStream()156 BitStream *bs = malloc ( sizeof(BitStream) ); in bsOpenReadStream()157 if (bs == NULL) mallocFail ( sizeof(BitStream) ); in bsOpenReadStream()167 static BitStream* bsOpenWriteStream ( FILE* stream ) in bsOpenWriteStream()169 BitStream *bs = malloc ( sizeof(BitStream) ); in bsOpenWriteStream()170 if (bs == NULL) mallocFail ( sizeof(BitStream) ); in bsOpenWriteStream()180 static void bsPutBit ( BitStream* bs, Int32 bit ) in bsPutBit()199 static Int32 bsGetBit ( BitStream* bs ) in bsGetBit()218 static void bsClose ( BitStream* bs ) in bsClose()[all …]
35 BitStream->getBlockInfo(BlockID)) { in EnterSubBlock()150 NextChar = BitStream->getBitcodeBytes().getExtent(); in skipRecord()232 NextChar = BitStream->getBitcodeBytes().getExtent(); in readRecord()238 BitStream->getBitcodeBytes().getPointer(CurBitPos/8, NumElts); in readRecord()296 if (BitStream->hasBlockInfoRecords()) in ReadBlockInfoBlock()337 CurBlockInfo = &BitStream->getOrCreateBlockInfo((unsigned)Record[0]); in ReadBlockInfoBlock()341 if (BitStream->isIgnoringBlockInfoNames()) break; // Ignore name. in ReadBlockInfoBlock()350 if (BitStream->isIgnoringBlockInfoNames()) break; // Ignore name. in ReadBlockInfoBlock()
165 BitstreamReader *BitStream; variable210 BitStream = R; in init()221 return pos == 0 || BitStream->getBitcodeBytes().isValidAddress( in canSkipToPos()243 return BitStream; in getBitStreamReader()246 return BitStream; in getBitStreamReader()324 BitStream->getBitcodeBytes().readBytes(Array, sizeof(Array), NextChar); in fillCurWord()
81 class BitStream class91 BitStream() in BitStream() function in cv::mjpeg::BitStream100 ~BitStream() in ~BitStream()642 BitStream strm;1205 BitStream::createEncodeHuffmanTable( BitStream::createSourceHuffmanTable( in writeFrameData()