Searched refs:BitStream (Results 1 – 10 of 10) sorted by relevance
124 BitstreamReader *BitStream; variable152 BitstreamCursor() : BitStream(0), NextChar(0) { in BitstreamCursor()154 BitstreamCursor(const BitstreamCursor &RHS) : BitStream(0), NextChar(0) { in BitstreamCursor()158 explicit BitstreamCursor(BitstreamReader &R) : BitStream(&R) { in BitstreamCursor()169 BitStream = &R; in init()184 BitStream = RHS.BitStream;229 return NextChar == BitStream->getLastChar() && BitsInCurWord == 0; in AtEndOfStream()234 return (NextChar-BitStream->getFirstChar())*CHAR_BIT - BitsInCurWord; in GetCurrentBitNo()238 return BitStream; in getBitStreamReader()241 return BitStream; in getBitStreamReader()[all …]
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 …]
399 NaClBitstreamReader *BitStream; variable493 BitStream = R; in init()494 NextChar = (BitStream == nullptr) ? 0 : BitStream->getInitialAddress(); in init()497 if (BitStream) { in init()499 Block(BitStream->getBlockInfo(naclbitc::TOP_LEVEL_BLOCKID))); in init()521 return pos == 0 || BitStream->getBitcodeBytes().isValidAddress( in canSkipToPos()546 return BitStream->getErrorOffset() * CHAR_BIT + Position; in getErrorBitNo()555 return BitStream; in getBitStreamReader()558 return BitStream; in getBitStreamReader()641 return BitStream->getBitcodeBytes().readBytes(Buffer, Size, Address); in fillBuffer()[all …]
77 BlockScope.push_back(Block(BitStream->getBlockInfo(BlockID), CodeAbbrev)); in EnterSubBlock()382 if (BitStream->BlockInfoRecords->isFrozen()) in ReadBlockInfoBlock()386 Lock(*BitStream->BlockInfoRecords); in ReadBlockInfoBlock()437 &BitStream->getBlockInfo((unsigned)Record[0])->getAbbrevs(); in ReadBlockInfoBlock()
60 CFX_BitStream* BitStream() { return m_BitStream.get(); } in BitStream() function
100 while (!stream.BitStream()->IsEOF()) { in GetShadingBBox()130 stream.BitStream()->SkipBits(nBits.ValueOrDie()); in GetShadingBBox()132 stream.BitStream()->ByteAlign(); in GetShadingBBox()
46 class BitStream: class2345 l = Layout(BitStream(open(sys.argv[1],'rb').read()))2355 olleke = BitStream(brotli.compress(
490 while (!stream.BitStream()->IsEOF()) { in DrawFreeGouraudShading()860 while (!stream.BitStream()->IsEOF()) { in DrawCoonPatchMeshes()
2122 while (!stream.BitStream()->IsEOF()) { in DrawShading()
3227 doesn't support PFR hinting -- note that BitStream has at