/external/libaom/libaom/test/ |
D | masked_variance_test.cc | 423 &aom_highbd_12_masked_sub_pixel_variance128x128_c, AOM_BITS_12), 425 &aom_highbd_12_masked_sub_pixel_variance128x64_c, AOM_BITS_12), 427 &aom_highbd_12_masked_sub_pixel_variance64x128_c, AOM_BITS_12), 429 &aom_highbd_12_masked_sub_pixel_variance64x64_c, AOM_BITS_12), 431 &aom_highbd_12_masked_sub_pixel_variance64x32_c, AOM_BITS_12), 433 &aom_highbd_12_masked_sub_pixel_variance32x64_c, AOM_BITS_12), 435 &aom_highbd_12_masked_sub_pixel_variance32x32_c, AOM_BITS_12), 437 &aom_highbd_12_masked_sub_pixel_variance32x16_c, AOM_BITS_12), 439 &aom_highbd_12_masked_sub_pixel_variance16x32_c, AOM_BITS_12), 441 &aom_highbd_12_masked_sub_pixel_variance16x16_c, AOM_BITS_12), [all …]
|
D | quantize_func_test.cc | 354 TYPE_FP, AOM_BITS_12), 363 TYPE_FP, AOM_BITS_12), 372 TYPE_FP, AOM_BITS_12), 378 TYPE_B, AOM_BITS_12), 404 TYPE_B, AOM_BITS_12), 410 TX_32X32, TYPE_B, AOM_BITS_12), 416 TX_64X64, TYPE_B, AOM_BITS_12),
|
D | end_to_end_test.cc | 70 { "park_joy_90p_12_420.y4m", 12, AOM_IMG_FMT_I42016, AOM_BITS_12, 2 }, 71 { "park_joy_90p_12_422.y4m", 12, AOM_IMG_FMT_I42216, AOM_BITS_12, 2 }, 72 { "park_joy_90p_12_444.y4m", 12, AOM_IMG_FMT_I44416, AOM_BITS_12, 2 },
|
D | dr_prediction_test.cc | 348 NULL, AOM_BITS_12, kZ1Start), 354 NULL, AOM_BITS_12, kZ2Start), 360 NULL, AOM_BITS_12, kZ3Start))); 416 AOM_BITS_12, kZ1Start), 442 AOM_BITS_12, kZ3Start)));
|
D | wiener_test.cc | 346 if (bit_depth == AOM_BITS_12) in compute_stats_highbd_win_opt_c() 549 RunWienerTest(WIENER_WIN, 1, AOM_BITS_12); in TEST_P() 550 RunWienerTest(WIENER_WIN_CHROMA, 1, AOM_BITS_12); in TEST_P() 558 RunWienerTest_ExtremeValues(WIENER_WIN, AOM_BITS_12); in TEST_P() 559 RunWienerTest_ExtremeValues(WIENER_WIN_CHROMA, AOM_BITS_12); in TEST_P() 567 RunWienerTest(WIENER_WIN, 200, AOM_BITS_12); in TEST_P() 568 RunWienerTest(WIENER_WIN_CHROMA, 200, AOM_BITS_12); in TEST_P()
|
D | error_block_test.cc | 231 &av1_highbd_block_error_c, AOM_BITS_12), 244 &av1_highbd_block_error_c, AOM_BITS_12),
|
D | fwht4x4_test.cc | 97 AOM_BITS_12, 16)));
|
D | variance_test.cc | 62 case AOM_BITS_12: in RoundHighBitDepth()
|
/external/libaom/libaom/av1/common/ |
D | quant_common.c | 198 case AOM_BITS_12: return dc_qlookup_12_Q3[q_clamped]; in av1_dc_quant_Q3() 210 case AOM_BITS_12: return ac_qlookup_12_Q3[q_clamped]; in av1_ac_quant_Q3()
|
/external/libaom/libaom/av1/encoder/ |
D | rd.c | 341 AOM_BITS_12); in av1_init_me_luts() 357 case AOM_BITS_12: rdmult = ROUND_POWER_OF_TWO(rdmult, 8); break; in av1_compute_rd_mult_based_on_qindex() 391 assert(cpi->common.seq_params.bit_depth == AOM_BITS_12); in av1_get_adaptive_rdmult() 414 case AOM_BITS_12: q = av1_dc_quant_Q3(qindex, 0, AOM_BITS_12) / 64.0; break; in compute_rd_thresh_factor() 433 case AOM_BITS_12: in av1_initialize_me_consts() 1324 case AOM_BITS_12: return ROUND_POWER_OF_TWO(5 * q, 2); in av1_get_intra_cost_penalty()
|
D | picklpf.c | 239 case AOM_BITS_12: in av1_pick_filter_level()
|
D | ratectrl.c | 54 case AOM_BITS_12: name = name##_12; break; \ 134 inter_minq_12, rtc_minq_12, AOM_BITS_12); in av1_rc_init_minq_luts() 145 case AOM_BITS_12: return av1_ac_quant_Q3(qindex, 0, bit_depth) / 64.0; in av1_convert_qindex_to_q()
|
D | firstpass.c | 488 case AOM_BITS_12: this_error >>= 8; break; in av1_first_pass()
|
D | av1_quantize.c | 574 case AOM_BITS_12: return q == 0 ? 64 : (quant < 2368 ? 84 : 80); in get_qzbin_factor()
|
D | pickrst.c | 726 if (bit_depth == AOM_BITS_12) in av1_compute_stats_highbd_c()
|
D | bitstream.c | 2360 seq_params->bit_depth == AOM_BITS_12)); in write_color_config() 2371 if (seq_params->bit_depth == AOM_BITS_12) { in write_color_config()
|
D | encoder.c | 1158 if (cm->seq_params.bit_depth == AOM_BITS_12) { in init_config() 2064 case AOM_BITS_12:
|
/external/libaom/libaom/aom/ |
D | aom_codec.h | 227 AOM_BITS_12 = 12, /**< 12 bits */ enumerator
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_avx2.c | 235 if (bit_depth == AOM_BITS_12) in compute_stats_highbd_win7_opt_avx2() 335 if (bit_depth == AOM_BITS_12) in compute_stats_highbd_win5_opt_avx2()
|
D | pickrst_sse4.c | 245 if (bit_depth == AOM_BITS_12) in compute_stats_highbd_win7_opt_sse4_1() 345 if (bit_depth == AOM_BITS_12) in compute_stats_highbd_win5_opt_sse4_1()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 4212 seq_params->bit_depth = twelve_bit ? AOM_BITS_12 : AOM_BITS_10; in read_bitdepth() 4434 seq_params->bit_depth == AOM_BITS_12))) { in av1_read_color_config() 4450 if (seq_params->bit_depth == AOM_BITS_12) { in av1_read_color_config()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 395 RANGE_CHECK(cfg, g_bit_depth, AOM_BITS_8, AOM_BITS_12); 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 }
|