/external/libaom/libaom/test/ |
D | masked_variance_test.cc | 391 &aom_highbd_10_masked_sub_pixel_variance128x128_c, AOM_BITS_10), 393 &aom_highbd_10_masked_sub_pixel_variance128x64_c, AOM_BITS_10), 395 &aom_highbd_10_masked_sub_pixel_variance64x128_c, AOM_BITS_10), 397 &aom_highbd_10_masked_sub_pixel_variance64x64_c, AOM_BITS_10), 399 &aom_highbd_10_masked_sub_pixel_variance64x32_c, AOM_BITS_10), 401 &aom_highbd_10_masked_sub_pixel_variance32x64_c, AOM_BITS_10), 403 &aom_highbd_10_masked_sub_pixel_variance32x32_c, AOM_BITS_10), 405 &aom_highbd_10_masked_sub_pixel_variance32x16_c, AOM_BITS_10), 407 &aom_highbd_10_masked_sub_pixel_variance16x32_c, AOM_BITS_10), 409 &aom_highbd_10_masked_sub_pixel_variance16x16_c, AOM_BITS_10), [all …]
|
D | quantize_func_test.cc | 351 TYPE_FP, AOM_BITS_10), 360 TYPE_FP, AOM_BITS_10), 369 TYPE_FP, AOM_BITS_10), 376 TYPE_B, AOM_BITS_10), 402 TYPE_B, AOM_BITS_10), 408 TX_32X32, TYPE_B, AOM_BITS_10), 414 TX_64X64, TYPE_B, AOM_BITS_10),
|
D | end_to_end_test.cc | 67 { "park_joy_90p_10_420.y4m", 10, AOM_IMG_FMT_I42016, AOM_BITS_10, 0 }, 68 { "park_joy_90p_10_422.y4m", 10, AOM_IMG_FMT_I42216, AOM_BITS_10, 2 }, 69 { "park_joy_90p_10_444.y4m", 10, AOM_IMG_FMT_I44416, AOM_BITS_10, 1 },
|
D | dr_prediction_test.cc | 346 NULL, AOM_BITS_10, kZ1Start), 352 NULL, AOM_BITS_10, kZ2Start), 358 NULL, AOM_BITS_10, kZ3Start), 412 AOM_BITS_10, kZ1Start), 438 AOM_BITS_10, kZ3Start),
|
D | wiener_test.cc | 348 else if (bit_depth == AOM_BITS_10) in compute_stats_highbd_win_opt_c() 547 RunWienerTest(WIENER_WIN, 1, AOM_BITS_10); in TEST_P() 548 RunWienerTest(WIENER_WIN_CHROMA, 1, AOM_BITS_10); in TEST_P() 556 RunWienerTest_ExtremeValues(WIENER_WIN, AOM_BITS_10); in TEST_P() 557 RunWienerTest_ExtremeValues(WIENER_WIN_CHROMA, AOM_BITS_10); in TEST_P() 565 RunWienerTest(WIENER_WIN, 200, AOM_BITS_10); in TEST_P() 566 RunWienerTest(WIENER_WIN_CHROMA, 200, AOM_BITS_10); in TEST_P()
|
D | error_block_test.cc | 229 &av1_highbd_block_error_c, AOM_BITS_10), 242 &av1_highbd_block_error_c, AOM_BITS_10),
|
D | fwht4x4_test.cc | 95 AOM_BITS_10, 16),
|
D | horz_superres_test.cc | 45 { "park_joy_90p_10_444.y4m", AOM_IMG_FMT_I44416, AOM_BITS_10, 1, 5, 0, 28.0 },
|
D | variance_test.cc | 66 case AOM_BITS_10: in RoundHighBitDepth()
|
/external/libaom/libaom/av1/common/ |
D | quant_common.c | 197 case AOM_BITS_10: return dc_qlookup_10_Q3[q_clamped]; in av1_dc_quant_Q3() 209 case AOM_BITS_10: return ac_qlookup_10_Q3[q_clamped]; in av1_ac_quant_Q3()
|
/external/libaom/libaom/av1/encoder/ |
D | rd.c | 339 AOM_BITS_10); in av1_init_me_luts() 356 case AOM_BITS_10: rdmult = ROUND_POWER_OF_TWO(rdmult, 4); break; in av1_compute_rd_mult_based_on_qindex() 387 case AOM_BITS_10: in av1_get_adaptive_rdmult() 413 case AOM_BITS_10: q = av1_dc_quant_Q3(qindex, 0, AOM_BITS_10) / 16.0; break; in compute_rd_thresh_factor() 429 case AOM_BITS_10: in av1_initialize_me_consts() 1323 case AOM_BITS_10: return 5 * q; in av1_get_intra_cost_penalty()
|
D | picklpf.c | 236 case AOM_BITS_10: in av1_pick_filter_level()
|
D | ratectrl.c | 53 case AOM_BITS_10: name = name##_10; break; \ 131 inter_minq_10, rtc_minq_10, AOM_BITS_10); in av1_rc_init_minq_luts() 144 case AOM_BITS_10: return av1_ac_quant_Q3(qindex, 0, bit_depth) / 16.0; in av1_convert_qindex_to_q()
|
D | firstpass.c | 487 case AOM_BITS_10: this_error >>= 4; break; in av1_first_pass()
|
D | av1_quantize.c | 573 case AOM_BITS_10: return q == 0 ? 64 : (quant < 592 ? 84 : 80); in get_qzbin_factor()
|
D | encoder.c | 1770 case AOM_BITS_10: 2396 seq_params->bit_depth <= AOM_BITS_10)); in av1_change_config() 5308 (seq_params->bit_depth <= AOM_BITS_10) && in av1_receive_raw_frame()
|
D | pickrst.c | 728 else if (bit_depth == AOM_BITS_10) in av1_compute_stats_highbd_c()
|
D | bitstream.c | 2326 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 | 226 AOM_BITS_10 = 10, /**< 10 bits */ enumerator
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_avx2.c | 237 else if (bit_depth == AOM_BITS_10) in compute_stats_highbd_win7_opt_avx2() 337 else if (bit_depth == AOM_BITS_10) in compute_stats_highbd_win5_opt_avx2()
|
D | pickrst_sse4.c | 247 else if (bit_depth == AOM_BITS_10) in compute_stats_highbd_win7_opt_sse4_1() 347 else if (bit_depth == AOM_BITS_10) in compute_stats_highbd_win5_opt_sse4_1()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 425 cfg->g_bit_depth > AOM_BITS_10) { in validate_config()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 192 { "8", AOM_BITS_8 }, { "10", AOM_BITS_10 }, { "12", AOM_BITS_12 }, { NULL, 0 }
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 4212 seq_params->bit_depth = twelve_bit ? AOM_BITS_12 : AOM_BITS_10; in read_bitdepth() 4214 seq_params->bit_depth = high_bitdepth ? AOM_BITS_10 : AOM_BITS_8; in read_bitdepth()
|