Searched refs:TYPE_B (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/test/ |
D | quantize_func_test.cc | 68 enum QuantType { TYPE_B, TYPE_DC, TYPE_FP }; enumerator 128 if (type_ == TYPE_B) { in QuantizeRun() 379 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_8), 381 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_10), 383 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_12), 386 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_8), 389 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_10), 392 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_12), 395 static_cast<TX_SIZE>(TX_32X32), TYPE_B, AOM_BITS_8), 398 static_cast<TX_SIZE>(TX_32X32), TYPE_B, AOM_BITS_10), [all …]
|
/external/igt-gpu-tools/assembler/ |
D | lex.l | 358 "B" { return TYPE_B; } 359 ":B" { return TYPE_B; }
|
D | gram.y | 465 %token <integer> TYPE_UD TYPE_D TYPE_UW TYPE_W TYPE_UB TYPE_B 2768 | TYPE_B { $$.type = BRW_REGISTER_TYPE_B;$$.is_default = 0; }
|
/external/icu/icu4c/source/tools/toolutil/ |
D | package.cpp | 78 enum { TYPE_L, TYPE_B, TYPE_LE, TYPE_E, TYPE_COUNT }; enumerator 89 type == 'b' ? TYPE_B : in makeTypeEnum() 731 …ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset,… in writePackage()
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 298 :?B { return TYPE_B; }
|
D | i965_gram.y | 361 %token <integer> TYPE_B TYPE_UB 2096 | TYPE_B { $$ = BRW_REGISTER_TYPE_B; }
|