HomeSort by relevance Sort by last modified time
    Searched refs:BitStream (Results 1 - 7 of 7) sorted by null

  /external/bzip2/
bzip2recover.c 150 BitStream;
154 static BitStream* bsOpenReadStream ( FILE* stream )
156 BitStream *bs = malloc ( sizeof(BitStream) );
157 if (bs == NULL) mallocFail ( sizeof(BitStream) );
167 static BitStream* bsOpenWriteStream ( FILE* stream )
169 BitStream *bs = malloc ( sizeof(BitStream) );
170 if (bs == NULL) mallocFail ( sizeof(BitStream) );
180 static void bsPutBit ( BitStream* bs, Int32 bit
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 1 //===- BitstreamReader.h - Low-level bitstream reader interface -*- C++ -*-===//
11 // read an arbitrary bitstream, regardless of its contents.
99 /// block info block for this Bitstream. We only process it for the first
129 /// BitstreamEntry - When advancing through a bitstream cursor, each advance can
162 /// may be multiple independent cursors reading within one bitstream, each
169 BitstreamReader *BitStream;
203 BitstreamCursor() : BitStream(nullptr), NextChar(0) {}
205 : BitStream(nullptr), NextChar(0) {
209 explicit BitstreamCursor(BitstreamReader &R) : BitStream(&R) {
219 BitStream = &R
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 21 BitStream = RHS.BitStream;
65 BitStream->getBlockInfo(BlockID)) {
185 NextChar = BitStream->getBitcodeBytes().getExtent();
256 NextChar = BitStream->getBitcodeBytes().getExtent();
262 BitStream->getBitcodeBytes().getPointer(CurBitPos/8, NumElts);
312 if (BitStream->hasBlockInfoRecords())
354 CurBlockInfo = &BitStream->getOrCreateBlockInfo((unsigned)Record[0]);
358 if (BitStream->isIgnoringBlockInfoNames()) break; // Ignore name.
367 if (BitStream->isIgnoringBlockInfoNames()) break; // Ignore name
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 319 IMG_UINT8 *Buffer; /*!< Ptr to the bitstream buffer */
320 IMG_UINT32 Offset; /*!< Offset in the bitstream buffer */
678 void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits);
pnw_hostjpeg.c 478 /* BitStream : Pointer to the stream context */
493 void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits)
498 pui8S = (IMG_UINT8 *)BitStream->Buffer;
499 pui8S += BitStream->Offset;
504 BitStream->Offset += NoOfBytes;
    [all...]
tng_jpegES.c 629 static void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits)
634 pui8S = (IMG_UINT8 *)BitStream->Buffer;
635 pui8S += BitStream->Offset;
640 BitStream->Offset += NoOfBytes;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 191 milliseconds