/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: 295 // and vbr(0) as a literal zero. This is decoded the same way, and avoids 297 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 | 368 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size 584 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer. [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 296 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size 487 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer. [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 236 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size 441 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
|