/external/libaom/libaom/test/ |
D | masked_variance_test.cc | 408 &aom_highbd_10_masked_sub_pixel_variance128x128_c, AOM_BITS_10), 410 &aom_highbd_10_masked_sub_pixel_variance128x64_c, AOM_BITS_10), 412 &aom_highbd_10_masked_sub_pixel_variance64x128_c, AOM_BITS_10), 414 &aom_highbd_10_masked_sub_pixel_variance64x64_c, AOM_BITS_10), 416 &aom_highbd_10_masked_sub_pixel_variance64x32_c, AOM_BITS_10), 418 &aom_highbd_10_masked_sub_pixel_variance32x64_c, AOM_BITS_10), 420 &aom_highbd_10_masked_sub_pixel_variance32x32_c, AOM_BITS_10), 422 &aom_highbd_10_masked_sub_pixel_variance32x16_c, AOM_BITS_10), 424 &aom_highbd_10_masked_sub_pixel_variance16x32_c, AOM_BITS_10), 426 &aom_highbd_10_masked_sub_pixel_variance16x16_c, AOM_BITS_10), [all …]
|
D | quantize_func_test.cc | 356 static_cast<TX_SIZE>(TX_16X16), TYPE_FP, AOM_BITS_10), 365 static_cast<TX_SIZE>(TX_32X32), TYPE_FP, AOM_BITS_10), 374 static_cast<TX_SIZE>(TX_64X64), TYPE_FP, AOM_BITS_10), 381 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_10), 389 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_10), 398 static_cast<TX_SIZE>(TX_32X32), TYPE_B, AOM_BITS_10), 433 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_10), 441 static_cast<TX_SIZE>(TX_16X16), TYPE_B, AOM_BITS_10), 448 static_cast<TX_SIZE>(TX_32X32), TYPE_B, AOM_BITS_10), 456 static_cast<TX_SIZE>(TX_32X32), TYPE_B, AOM_BITS_10), [all …]
|
D | end_to_end_test.cc | 69 { "park_joy_90p_10_420.y4m", 10, AOM_IMG_FMT_I42016, AOM_BITS_10, 0 }, 70 { "park_joy_90p_10_422.y4m", 10, AOM_IMG_FMT_I42216, AOM_BITS_10, 2 }, 71 { "park_joy_90p_10_444.y4m", 10, AOM_IMG_FMT_I44416, AOM_BITS_10, 1 },
|
D | dr_prediction_test.cc | 350 NULL, AOM_BITS_10, kZ1Start), 356 NULL, AOM_BITS_10, kZ2Start), 362 NULL, AOM_BITS_10, kZ3Start), 416 AOM_BITS_10, kZ1Start), 428 AOM_BITS_10, kZ2Start), 440 AOM_BITS_10, kZ3Start),
|
D | wiener_test.cc | 350 else if (bit_depth == AOM_BITS_10) in compute_stats_highbd_win_opt_c() 549 RunWienerTest(WIENER_WIN, 1, AOM_BITS_10); in TEST_P() 550 RunWienerTest(WIENER_WIN_CHROMA, 1, AOM_BITS_10); in TEST_P() 558 RunWienerTest_ExtremeValues(WIENER_WIN, AOM_BITS_10); in TEST_P() 559 RunWienerTest_ExtremeValues(WIENER_WIN_CHROMA, AOM_BITS_10); in TEST_P() 567 RunWienerTest(WIENER_WIN, 200, AOM_BITS_10); in TEST_P() 568 RunWienerTest(WIENER_WIN_CHROMA, 200, AOM_BITS_10); in TEST_P()
|
D | error_block_test.cc | 242 AOM_BITS_10), 260 AOM_BITS_10),
|
D | fwht4x4_test.cc | 97 AOM_BITS_10, 16),
|
D | horz_superres_test.cc | 56 { "park_joy_90p_10_444.y4m", AOM_IMG_FMT_I44416, AOM_BITS_10, 1, 5, 0, 28.0 },
|
D | variance_test.cc | 68 case AOM_BITS_10: in RoundHighBitDepth()
|
/external/libaom/libaom/av1/common/ |
D | quant_common.c | 197 case AOM_BITS_10: return dc_qlookup_10_QTX[q_clamped]; in av1_dc_quant_QTX() 209 case AOM_BITS_10: return ac_qlookup_10_QTX[q_clamped]; in av1_ac_quant_QTX()
|
/external/libaom/libaom/av1/encoder/ |
D | rd.c | 333 init_me_luts_bd(sad_per_bit_lut_10, QINDEX_RANGE, AOM_BITS_10); in av1_init_me_luts() 349 case AOM_BITS_10: rdmult = ROUND_POWER_OF_TWO(rdmult, 4); break; in av1_compute_rd_mult_based_on_qindex() 400 case AOM_BITS_10: in av1_get_adaptive_rdmult() 426 case AOM_BITS_10: in compute_rd_thresh_factor() 427 q = av1_dc_quant_QTX(qindex, 0, AOM_BITS_10) / 16.0; in compute_rd_thresh_factor() 443 case AOM_BITS_10: x->sadperbit = sad_per_bit_lut_10[qindex]; break; in av1_initialize_me_consts() 1326 case AOM_BITS_10: return 5 * q; in av1_get_intra_cost_penalty()
|
D | picklpf.c | 238 case AOM_BITS_10: in av1_pick_filter_level()
|
D | ratectrl.c | 56 case AOM_BITS_10: name = name##_10; break; \ 138 inter_minq_10, rtc_minq_10, AOM_BITS_10); in av1_rc_init_minq_luts() 151 case AOM_BITS_10: return av1_ac_quant_QTX(qindex, 0, bit_depth) / 16.0; in av1_convert_qindex_to_q()
|
D | firstpass.c | 413 case AOM_BITS_10: this_intra_error >>= 4; break; in firstpass_intra_prediction()
|
D | av1_quantize.c | 570 case AOM_BITS_10: return q == 0 ? 64 : (quant < 592 ? 84 : 80); in get_qzbin_factor()
|
D | pickrst.c | 994 else if (bit_depth == AOM_BITS_10) in av1_compute_stats_highbd_c()
|
D | encoder.c | 2088 case AOM_BITS_10: 2799 seq_params->bit_depth <= AOM_BITS_10)); in av1_change_config() 6693 (seq_params->bit_depth <= AOM_BITS_10) && in av1_receive_raw_frame()
|
D | bitstream.c | 2373 aom_wb_write_bit(wb, seq_params->bit_depth == AOM_BITS_10 ? 0 : 1); in write_bitdepth()
|
/external/libaom/libaom/aom/ |
D | aom_codec.h | 241 AOM_BITS_10 = 10, /**< 10 bits */ enumerator
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_sse4.c | 248 else if (bit_depth == AOM_BITS_10) in compute_stats_highbd_win7_opt_sse4_1() 348 else if (bit_depth == AOM_BITS_10) in compute_stats_highbd_win5_opt_sse4_1()
|
D | pickrst_avx2.c | 240 else if (bit_depth == AOM_BITS_10) in compute_stats_highbd_win7_opt_avx2() 342 else if (bit_depth == AOM_BITS_10) in compute_stats_highbd_win5_opt_avx2()
|
/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/decoder/ |
D | decodeframe.c | 3840 seq_params->bit_depth = twelve_bit ? AOM_BITS_12 : AOM_BITS_10; in read_bitdepth() 3842 seq_params->bit_depth = high_bitdepth ? AOM_BITS_10 : AOM_BITS_8; in read_bitdepth()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 480 cfg->g_bit_depth > AOM_BITS_10) { in validate_config()
|