/external/libaom/libaom/test/ |
D | masked_variance_test.cc | 440 &aom_highbd_12_masked_sub_pixel_variance128x128_c, AOM_BITS_12), 442 &aom_highbd_12_masked_sub_pixel_variance128x64_c, AOM_BITS_12), 444 &aom_highbd_12_masked_sub_pixel_variance64x128_c, AOM_BITS_12), 446 &aom_highbd_12_masked_sub_pixel_variance64x64_c, AOM_BITS_12), 448 &aom_highbd_12_masked_sub_pixel_variance64x32_c, AOM_BITS_12), 450 &aom_highbd_12_masked_sub_pixel_variance32x64_c, AOM_BITS_12), 452 &aom_highbd_12_masked_sub_pixel_variance32x32_c, AOM_BITS_12), 454 &aom_highbd_12_masked_sub_pixel_variance32x16_c, AOM_BITS_12), 456 &aom_highbd_12_masked_sub_pixel_variance16x32_c, AOM_BITS_12), 458 &aom_highbd_12_masked_sub_pixel_variance16x16_c, AOM_BITS_12), [all …]
|
D | quantize_func_test.cc | 359 static_cast<TX_SIZE>(TX_16X16), TYPE_FP, AOM_BITS_12), 368 static_cast<TX_SIZE>(TX_32X32), TYPE_FP, AOM_BITS_12), 377 static_cast<TX_SIZE>(TX_64X64), TYPE_FP, AOM_BITS_12), 383 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_12), 392 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_12), 401 static_cast<TX_SIZE>(TX_32X32), TYPE_B, AOM_BITS_12), 435 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_12), 444 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_12), 450 static_cast<TX_SIZE>(TX_32X32), TYPE_B, AOM_BITS_12), 459 static_cast<TX_SIZE>(TX_32X32), TYPE_B, AOM_BITS_12), [all …]
|
D | end_to_end_test.cc | 72 { "park_joy_90p_12_420.y4m", 12, AOM_IMG_FMT_I42016, AOM_BITS_12, 2 }, 73 { "park_joy_90p_12_422.y4m", 12, AOM_IMG_FMT_I42216, AOM_BITS_12, 2 }, 74 { "park_joy_90p_12_444.y4m", 12, AOM_IMG_FMT_I44416, AOM_BITS_12, 2 },
|
D | dr_prediction_test.cc | 352 NULL, AOM_BITS_12, kZ1Start), 358 NULL, AOM_BITS_12, kZ2Start), 364 NULL, AOM_BITS_12, kZ3Start))); 420 AOM_BITS_12, kZ1Start), 432 AOM_BITS_12, kZ2Start), 444 AOM_BITS_12, kZ3Start)));
|
D | wiener_test.cc | 348 if (bit_depth == AOM_BITS_12) in compute_stats_highbd_win_opt_c() 551 RunWienerTest(WIENER_WIN, 1, AOM_BITS_12); in TEST_P() 552 RunWienerTest(WIENER_WIN_CHROMA, 1, AOM_BITS_12); in TEST_P() 560 RunWienerTest_ExtremeValues(WIENER_WIN, AOM_BITS_12); in TEST_P() 561 RunWienerTest_ExtremeValues(WIENER_WIN_CHROMA, AOM_BITS_12); in TEST_P() 569 RunWienerTest(WIENER_WIN, 200, AOM_BITS_12); in TEST_P() 570 RunWienerTest(WIENER_WIN_CHROMA, 200, AOM_BITS_12); in TEST_P()
|
D | error_block_test.cc | 244 AOM_BITS_12), 262 AOM_BITS_12),
|
D | fwht4x4_test.cc | 99 AOM_BITS_12, 16)));
|
D | variance_test.cc | 64 case AOM_BITS_12: in RoundHighBitDepth()
|
/external/libaom/libaom/av1/common/ |
D | quant_common.c | 198 case AOM_BITS_12: return dc_qlookup_12_QTX[q_clamped]; in av1_dc_quant_QTX() 210 case AOM_BITS_12: return ac_qlookup_12_QTX[q_clamped]; in av1_ac_quant_QTX()
|
/external/libaom/libaom/av1/encoder/ |
D | rd.c | 334 init_me_luts_bd(sad_per_bit_lut_12, QINDEX_RANGE, AOM_BITS_12); in av1_init_me_luts() 350 case AOM_BITS_12: rdmult = ROUND_POWER_OF_TWO(rdmult, 8); break; in av1_compute_rd_mult_based_on_qindex() 404 assert(cm->seq_params.bit_depth == AOM_BITS_12); in av1_get_adaptive_rdmult() 429 case AOM_BITS_12: in compute_rd_thresh_factor() 430 q = av1_dc_quant_QTX(qindex, 0, AOM_BITS_12) / 64.0; in compute_rd_thresh_factor() 444 case AOM_BITS_12: x->sadperbit = sad_per_bit_lut_12[qindex]; break; in av1_initialize_me_consts() 1327 case AOM_BITS_12: return ROUND_POWER_OF_TWO(5 * q, 2); in av1_get_intra_cost_penalty()
|
D | picklpf.c | 241 case AOM_BITS_12: in av1_pick_filter_level()
|
D | ratectrl.c | 57 case AOM_BITS_12: name = name##_12; break; \ 141 inter_minq_12, rtc_minq_12, AOM_BITS_12); in av1_rc_init_minq_luts() 152 case AOM_BITS_12: return av1_ac_quant_QTX(qindex, 0, bit_depth) / 64.0; in av1_convert_qindex_to_q()
|
D | firstpass.c | 414 case AOM_BITS_12: this_intra_error >>= 8; break; in firstpass_intra_prediction()
|
D | av1_quantize.c | 571 case AOM_BITS_12: return q == 0 ? 64 : (quant < 2368 ? 84 : 80); in get_qzbin_factor()
|
D | bitstream.c | 2407 seq_params->bit_depth == AOM_BITS_12)); in write_color_config() 2418 if (seq_params->bit_depth == AOM_BITS_12) { in write_color_config()
|
D | pickrst.c | 992 if (bit_depth == AOM_BITS_12) in av1_compute_stats_highbd_c()
|
D | encoder.c | 1461 if (seq_params->bit_depth == AOM_BITS_12) { in init_config() 2382 case AOM_BITS_12:
|
/external/libaom/libaom/aom/ |
D | aom_codec.h | 242 AOM_BITS_12 = 12, /**< 12 bits */ enumerator
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_sse4.c | 246 if (bit_depth == AOM_BITS_12) in compute_stats_highbd_win7_opt_sse4_1() 346 if (bit_depth == AOM_BITS_12) in compute_stats_highbd_win5_opt_sse4_1()
|
D | pickrst_avx2.c | 238 if (bit_depth == AOM_BITS_12) in compute_stats_highbd_win7_opt_avx2() 340 if (bit_depth == AOM_BITS_12) in compute_stats_highbd_win5_opt_avx2()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 3840 seq_params->bit_depth = twelve_bit ? AOM_BITS_12 : AOM_BITS_10; in read_bitdepth() 4069 seq_params->bit_depth == AOM_BITS_12))) { in av1_read_color_config() 4085 if (seq_params->bit_depth == AOM_BITS_12) { in av1_read_color_config()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 188 { "8", AOM_BITS_8 }, { "10", AOM_BITS_10 }, { "12", AOM_BITS_12 }, { NULL, 0 }
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 454 RANGE_CHECK(cfg, g_bit_depth, AOM_BITS_8, AOM_BITS_12); in validate_config()
|