HomeSort by relevance Sort by last modified time
    Searched refs:BitStream (Results 1 - 12 of 12) 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/lib/Bitcode/Reader/
BitstreamReader.cpp 35 BitStream->getBlockInfo(BlockID)) {
150 NextChar = BitStream->getBitcodeBytes().getExtent();
232 NextChar = BitStream->getBitcodeBytes().getExtent();
238 BitStream->getBitcodeBytes().getPointer(CurBitPos/8, NumElts);
296 if (BitStream->hasBlockInfoRecords())
337 CurBlockInfo = &BitStream->getOrCreateBlockInfo((unsigned)Record[0]);
341 if (BitStream->isIgnoringBlockInfoNames()) break; // Ignore name.
350 if (BitStream->isIgnoringBlockInfoNames()) break; // Ignore name.
  /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.
93 /// this Bitstream. We only process it for the first cursor that walks over
121 /// Takes block info from the other bitstream reader.
131 /// When advancing through a bitstream cursor, each advance can discover a few
159 /// independent cursors reading within one bitstream, each maintaining their own
165 BitstreamReader *BitStream;
210 BitStream = R;
221 return pos == 0 || BitStream->getBitcodeBytes().isValidAddress(
243 return BitStream;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
GEOLocationElement.java 223 private static class BitStream {
228 private BitStream(int octets) {
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 81 class BitStream
91 BitStream()
100 ~BitStream()
642 BitStream strm;
    [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/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 5378 milliseconds