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

  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 29 BlockIDWidth = 8, // We use VBR-8 for block IDs.
30 CodeLenWidth = 4, // Codelen are VBR-4.
93 VBR = 2, // A VBR field where Val specifies the width of each chunk.
120 case VBR:
163 /// specialized format instead of the fully-general, fully-vbr, format.
BitstreamWriter.h 161 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
177 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
299 case BitCodeAbbrevOp::VBR:
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 104 case BitCodeAbbrevOp::VBR:
124 case BitCodeAbbrevOp::VBR:
288 // and vbr(0) as a literal zero. This is decoded the same way, and avoids
290 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) &&
  /external/libnfc-nci/src/udrv/include/
ucodec.h 167 BOOLEAN VBR; /* Variable Bit Rate */
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 285 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
501 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 292 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
483 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 232 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
437 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 241 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
458 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
    [all...]
  /external/libvorbis/doc/
04-codec.tex 72 field especially may be considerably off in purely VBR streams. The
77 \item Only nominal set implies a VBR or ABR stream that averages the nominal bitrate
78 \item Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
01-introduction.tex 56 audio stream. Vorbis is a free-form variable bit rate (VBR) codec and packets have no

Completed in 271 milliseconds