/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | BitstreamRemarkSerializer.cpp | 135 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Remark Name in setupRemarkBlockInfo() 136 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Pass name in setupRemarkBlockInfo() 137 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Function name in setupRemarkBlockInfo() 148 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // File in setupRemarkBlockInfo() 161 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Hotness in setupRemarkBlockInfo() 173 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // Key in setupRemarkBlockInfo() 174 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // Value in setupRemarkBlockInfo() 175 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // File in setupRemarkBlockInfo() 189 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // Key in setupRemarkBlockInfo() 190 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, in setupRemarkBlockInfo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 860 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size in writeTypeTable() 1118 // hold the real VST offset. Must use fixed instead of VBR as we don't in writeValueSymbolTableForwardDecl() 1119 // know how many VBR chunks to reserve ahead of time. in writeValueSymbolTableForwardDecl() 1212 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeModuleInfo() 1213 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in writeModuleInfo() 1216 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // AddrSpace << 2 in writeModuleInfo() 1219 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer. in writeModuleInfo() 1453 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in createDILocationAbbrev() 1454 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in createDILocationAbbrev() 1455 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, in createDILocationAbbrev() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 38 BlockIDWidth = 8, // We use VBR-8 for block IDs. 39 CodeLenWidth = 4, // Codelen are VBR-4. 102 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator 129 case VBR: in hasEncodingData()
|
H A D | BitstreamWriter.h | 150 // Emit the bits with VBR encoding, NumBits-1 bits at a time. in EmitVBR() 166 // Emit the bits with VBR encoding, NumBits-1 bits at a time. in EmitVBR64() 279 case BitCodeAbbrevOp::VBR: in EmitAbbreviatedField()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 79 case BitCodeAbbrevOp::VBR: in readAbbreviatedField() 163 case BitCodeAbbrevOp::VBR: in skipRecord() 287 case BitCodeAbbrevOp::VBR: in readRecord() 378 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord() 384 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord() 387 "Fixed or VBR abbrev record with size > MaxChunkData"); in ReadAbbrevRecord()
|
/third_party/lame/misc/ |
H A D | mugeco.sh | 17 -v use builtin VBR options 25 - VBR opts: $enc_vbr_opts
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | NaClBitstreamReader.cpp | 96 case NaClBitCodeAbbrevOp::VBR: 162 case NaClBitCodeAbbrevOp::VBR: 180 case NaClBitCodeAbbrevOp::VBR: 281 if ((E == NaClBitCodeAbbrevOp::Fixed || E == NaClBitCodeAbbrevOp::VBR) &&
|
H A D | NaClBitCodes.cpp | 24 true, // VBR 30 "Literal", "Fixed", "VBR", "Array", "Char6"}; 47 case VBR: in isValid()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 939 #define VBR(x) { DXIL_OP_VBR, { (x) } } macro 974 { LITERAL(TYPE_CODE_ARRAY), VBR(8), TYPE_INDEX }, 3 977 { LITERAL(TYPE_CODE_VECTOR), VBR(8), TYPE_INDEX }, 3 1027 [CONST_ABBREV_INTEGER] = { { LITERAL(CST_CODE_INTEGER), VBR(8) }, 2 }, 1029 { LITERAL(CST_CODE_CE_CAST), FIXED(4), TYPE_INDEX, VBR(8) }, 4 1106 { LITERAL(FUNC_CODE_INST_LOAD), VBR(6), TYPE_INDEX, VBR(4), 1110 { LITERAL(FUNC_CODE_INST_BINOP), VBR(6), VBR(6), FIXED(4) }, 4 1113 { LITERAL(FUNC_CODE_INST_BINOP), VBR( [all...] |
/third_party/lame/libmp3lame/ |
H A D | lame_global_flags.h | 47 int write_lame_tag; /* add Xing VBR tag? */ 102 /* VBR control */ 103 vbr_mode VBR; member
|
H A D | set_get.c | 254 /* write a Xing VBR header frame */ 259 /* default = 1 (on) for VBR/ABR modes, 0 (off) for CBR mode */ in lame_set_bWriteVbrTag() 1097 * VBR control 1100 /* Types of VBR. default = vbr_off = CBR */ 1102 lame_set_VBR(lame_global_flags * gfp, vbr_mode VBR) in lame_set_VBR() argument 1105 int vbr_q = VBR; in lame_set_VBR() 1107 return -1; /* Unknown VBR mode! */ in lame_set_VBR() 1108 gfp->VBR = VBR; in lame_set_VBR() 1118 assert(gfp->VBR < vbr_max_indicato in lame_get_VBR() [all...] |
H A D | lame.c | 517 * set the bitrate index, and min/max bitrates for VBR modes 518 * disable VBR tag if it is not appropriate 523 * write VBR tag into the bitstream 530 * VBR modes 581 gfp->write_lame_tag = 0; /* disable Xing VBR tag */ in lame_init_params() 608 cfg->vbr = gfp->VBR; in lame_init_params() 678 /* mapping VBR scale to internal VBR quality settings */ in lame_init_params() 826 * For VBR, take a guess at the compression_ratio. in lame_init_params() 992 gfp->useTemporal = 0; /* off by default for this VBR mod in lame_init_params() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_encode.h | 503 VAAPI_ENCODE_RC_MODE(VBR, "Variable-bitrate"), \
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
H A D | NaClBitCodes.h | 32 BlockIDWidth = 8, // We use VBR-8 for block IDs. 33 CodeLenWidth = 4, // Codelen are VBR-4. 35 MaxAbbrevWidth = 32, // Maximum value allowed for Fixed and VBR. 68 // a single read (i.e. a FIXED read, or the first chunk of a VBR read. 117 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator 385 /// VBR encoding. 391 /// the LSB for dense VBR encoding. 401 /// \brief This class determines whether a FIXED or VBR 407 // If true, use a FIXED abbreviation. Otherwise, use a VBR abbreviatio [all...] |