Home
last modified time | relevance | path

Searched refs:AOM_BITS_12 (Results 1 – 23 of 23) sorted by relevance

/external/libaom/libaom/test/
Dmasked_variance_test.cc423 &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 …]
Dquantize_func_test.cc354 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),
Dend_to_end_test.cc70 { "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 },
Ddr_prediction_test.cc348 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)));
Dwiener_test.cc346 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()
Derror_block_test.cc231 &av1_highbd_block_error_c, AOM_BITS_12),
244 &av1_highbd_block_error_c, AOM_BITS_12),
Dfwht4x4_test.cc97 AOM_BITS_12, 16)));
Dvariance_test.cc62 case AOM_BITS_12: in RoundHighBitDepth()
/external/libaom/libaom/av1/common/
Dquant_common.c198 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/
Drd.c341 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()
Dpicklpf.c239 case AOM_BITS_12: in av1_pick_filter_level()
Dratectrl.c54 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()
Dfirstpass.c488 case AOM_BITS_12: this_error >>= 8; break; in av1_first_pass()
Dav1_quantize.c574 case AOM_BITS_12: return q == 0 ? 64 : (quant < 2368 ? 84 : 80); in get_qzbin_factor()
Dpickrst.c726 if (bit_depth == AOM_BITS_12) in av1_compute_stats_highbd_c()
Dbitstream.c2360 seq_params->bit_depth == AOM_BITS_12)); in write_color_config()
2371 if (seq_params->bit_depth == AOM_BITS_12) { in write_color_config()
Dencoder.c1158 if (cm->seq_params.bit_depth == AOM_BITS_12) { in init_config()
2064 case AOM_BITS_12:
/external/libaom/libaom/aom/
Daom_codec.h227 AOM_BITS_12 = 12, /**< 12 bits */ enumerator
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_avx2.c235 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()
Dpickrst_sse4.c245 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/
Ddecodeframe.c4212 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/
Dav1_cx_iface.c395 RANGE_CHECK(cfg, g_bit_depth, AOM_BITS_8, AOM_BITS_12); in validate_config()
/external/libaom/libaom/apps/
Daomenc.c192 { "8", AOM_BITS_8 }, { "10", AOM_BITS_10 }, { "12", AOM_BITS_12 }, { NULL, 0 }