Home
last modified time | relevance | path

Searched refs:AOM_BITS_10 (Results 1 – 24 of 24) sorted by relevance

/external/libaom/libaom/test/
Dmasked_variance_test.cc391 &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 …]
Dquantize_func_test.cc351 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),
Dend_to_end_test.cc67 { "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 },
Ddr_prediction_test.cc346 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),
Dwiener_test.cc348 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()
Derror_block_test.cc229 &av1_highbd_block_error_c, AOM_BITS_10),
242 &av1_highbd_block_error_c, AOM_BITS_10),
Dfwht4x4_test.cc95 AOM_BITS_10, 16),
Dhorz_superres_test.cc45 { "park_joy_90p_10_444.y4m", AOM_IMG_FMT_I44416, AOM_BITS_10, 1, 5, 0, 28.0 },
Dvariance_test.cc66 case AOM_BITS_10: in RoundHighBitDepth()
/external/libaom/libaom/av1/common/
Dquant_common.c197 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/
Drd.c339 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()
Dpicklpf.c236 case AOM_BITS_10: in av1_pick_filter_level()
Dratectrl.c53 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()
Dfirstpass.c487 case AOM_BITS_10: this_error >>= 4; break; in av1_first_pass()
Dav1_quantize.c573 case AOM_BITS_10: return q == 0 ? 64 : (quant < 592 ? 84 : 80); in get_qzbin_factor()
Dencoder.c1770 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()
Dpickrst.c728 else if (bit_depth == AOM_BITS_10) in av1_compute_stats_highbd_c()
Dbitstream.c2326 aom_wb_write_bit(wb, seq_params->bit_depth == AOM_BITS_10 ? 0 : 1); in write_bitdepth()
/external/libaom/libaom/aom/
Daom_codec.h226 AOM_BITS_10 = 10, /**< 10 bits */ enumerator
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_avx2.c237 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()
Dpickrst_sse4.c247 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/
Dav1_cx_iface.c425 cfg->g_bit_depth > AOM_BITS_10) { in validate_config()
/external/libaom/libaom/apps/
Daomenc.c192 { "8", AOM_BITS_8 }, { "10", AOM_BITS_10 }, { "12", AOM_BITS_12 }, { NULL, 0 }
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4212 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()