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

  /device/htc/flounder/
enctune.conf 7 VBR 1
22 VBR 1
37 VBR 1
53 VBR 0
  /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 374 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
621 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 296 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
482 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
436 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 241 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
453 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 490 VBR,
  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 186 /* Only used in peak constrained VBR */
521 VBR
  /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 351 milliseconds