Searched refs:VBR (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1461 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext
1462 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LexicalDeclContext
1471 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // SubmoduleID
1474 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Name
1476 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type
1478 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // InnerStartLoc
1484 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1486 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // TypeLoc
1493 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext
1494 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
H A DASTWriter.cpp1241 FileAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // File ID
1306 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // ID
1307 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 12)); // Size
1308 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 32)); // Modification time
1391 OffsetsAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // # input files
1392 OffsetsAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // # non-system
1415 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Offset
1416 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Include location
1420 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Input File ID
1421 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h29 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. enumerator in enum:llvm::BitCodeAbbrevOp::Encoding
120 case VBR:
H A DBitstreamWriter.h161 // 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/
H A DBitstreamReader.cpp104 case BitCodeAbbrevOp::VBR:
124 case BitCodeAbbrevOp::VBR:
297 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) &&
/external/libnfc-nci/src/udrv/include/
H A Ducodec.h167 BOOLEAN VBR; /* Variable Bit Rate */ member in struct:tUCODEC_CNF_M12_TAG
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp374 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
621 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
1683 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1694 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1704 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1714 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1737 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1749 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // value id
1768 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Ptr
1769 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
/external/libvorbis/doc/
H A D04-codec.tex72 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
H A D01-introduction.tex56 audio stream. Vorbis is a free-form variable bit rate (VBR) codec and packets have no

Completed in 181 milliseconds