Home
last modified time | relevance | path

Searched refs:AOM_BITS_8 (Results 1 – 25 of 28) sorted by relevance

12

/external/libaom/libaom/test/
Dquantize_func_test.cc223 if (bd_ == AOM_BITS_8) { in GetRandomCoeff()
329 AOM_BITS_8),
331 AOM_BITS_8),
333 AOM_BITS_8),
335 AOM_BITS_8),
337 AOM_BITS_8),
339 TYPE_FP, AOM_BITS_8),
341 TYPE_FP, AOM_BITS_8),
343 TYPE_FP, AOM_BITS_8),
345 TYPE_FP, AOM_BITS_8),
[all …]
Dmasked_variance_test.cc359 &aom_highbd_8_masked_sub_pixel_variance128x128_c, AOM_BITS_8),
361 &aom_highbd_8_masked_sub_pixel_variance128x64_c, AOM_BITS_8),
363 &aom_highbd_8_masked_sub_pixel_variance64x128_c, AOM_BITS_8),
365 &aom_highbd_8_masked_sub_pixel_variance64x64_c, AOM_BITS_8),
367 &aom_highbd_8_masked_sub_pixel_variance64x32_c, AOM_BITS_8),
369 &aom_highbd_8_masked_sub_pixel_variance32x64_c, AOM_BITS_8),
371 &aom_highbd_8_masked_sub_pixel_variance32x32_c, AOM_BITS_8),
373 &aom_highbd_8_masked_sub_pixel_variance32x16_c, AOM_BITS_8),
375 &aom_highbd_8_masked_sub_pixel_variance16x32_c, AOM_BITS_8),
377 &aom_highbd_8_masked_sub_pixel_variance16x16_c, AOM_BITS_8),
[all …]
Ddr_prediction_test.cc322 NULL, AOM_BITS_8, kZ1Start),
324 NULL, AOM_BITS_8, kZ2Start),
326 NULL, AOM_BITS_8, kZ3Start)));
344 NULL, AOM_BITS_8, kZ1Start),
350 NULL, AOM_BITS_8, kZ2Start),
356 NULL, AOM_BITS_8, kZ3Start),
367 AOM_BITS_8, kZ1Start),
375 AOM_BITS_8, kZ3Start)));
408 AOM_BITS_8, kZ1Start),
434 AOM_BITS_8, kZ3Start),
Dtransform_test_base.h69 if (bit_depth_ == AOM_BITS_8) { in RunAccuracyCheck()
82 if (bit_depth_ == AOM_BITS_8) { in RunAccuracyCheck()
91 bit_depth_ == AOM_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunAccuracyCheck()
138 if (bit_depth_ == AOM_BITS_8) { in RunCoeffCheck()
278 if (bit_depth_ == AOM_BITS_8) { in RunInvAccuracyCheck()
291 if (bit_depth_ == AOM_BITS_8) { in RunInvAccuracyCheck()
300 bit_depth_ == AOM_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunInvAccuracyCheck()
Dend_to_end_test.cc64 { "park_joy_90p_8_420.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
65 { "park_joy_90p_8_422.y4m", 8, AOM_IMG_FMT_I422, AOM_BITS_8, 2 },
66 { "park_joy_90p_8_444.y4m", 8, AOM_IMG_FMT_I444, AOM_BITS_8, 1 },
Darf_freq_test.cc51 AOM_BITS_8, 0 },
53 AOM_BITS_8, 0 },
54 { "rush_hour_444.y4m", 352, 288, 30, 1, 8, AOM_IMG_FMT_I444, AOM_BITS_8, 1 },
Dhorz_superres_test.cc44 { "park_joy_90p_8_420.y4m", AOM_IMG_FMT_I420, AOM_BITS_8, 0, 5, 0, 26.0 },
46 { "screendata.y4m", AOM_IMG_FMT_I420, AOM_BITS_8, 0, 4, 1, 20.0 },
48 { "niklas_1280_720_30.y4m", AOM_IMG_FMT_I420, AOM_BITS_8, 0, 1, 0, 32.0 },
Dwiener_test.cc545 RunWienerTest(WIENER_WIN, 1, AOM_BITS_8); in TEST_P()
546 RunWienerTest(WIENER_WIN_CHROMA, 1, AOM_BITS_8); in TEST_P()
554 RunWienerTest_ExtremeValues(WIENER_WIN, AOM_BITS_8); in TEST_P()
555 RunWienerTest_ExtremeValues(WIENER_WIN_CHROMA, AOM_BITS_8); in TEST_P()
563 RunWienerTest(WIENER_WIN, 200, AOM_BITS_8); in TEST_P()
564 RunWienerTest(WIENER_WIN_CHROMA, 200, AOM_BITS_8); in TEST_P()
Derror_block_test.cc233 &av1_highbd_block_error_c, AOM_BITS_8)));
246 &av1_highbd_block_error_c, AOM_BITS_8)));
Drt_end_to_end_test.cc48 { "park_joy_90p_8_420.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
Dvariance_test.cc70 case AOM_BITS_8: in RoundHighBitDepth()
383 bit_depth = AOM_BITS_8; in TestParams()
616 stride, &sse2, false, AOM_BITS_8); in RefTestMse()
633 stride, &sse2, false, AOM_BITS_8); in RefTestSse()
Dsad_test.cc128 bit_depth_ = AOM_BITS_8; in SetUp()
/external/libaom/libaom/av1/common/
Dquant_common.c196 case AOM_BITS_8: return dc_qlookup_Q3[q_clamped]; in av1_dc_quant_Q3()
208 case AOM_BITS_8: return ac_qlookup_Q3[q_clamped]; in av1_ac_quant_Q3()
/external/libaom/libaom/av1/encoder/
Dpicklpf.c230 case AOM_BITS_8: in av1_pick_filter_level()
248 if (cm->seq_params.bit_depth != AOM_BITS_8 && in av1_pick_filter_level()
Drd.c337 AOM_BITS_8); in av1_init_me_luts()
355 case AOM_BITS_8: break; in av1_compute_rd_mult_based_on_qindex()
386 case AOM_BITS_8: rdmult = (int)((88 * q * q / beta) / 24); break; in av1_get_adaptive_rdmult()
412 case AOM_BITS_8: q = av1_dc_quant_Q3(qindex, 0, AOM_BITS_8) / 4.0; break; in compute_rd_thresh_factor()
425 case AOM_BITS_8: in av1_initialize_me_consts()
1322 case AOM_BITS_8: return 20 * q; in av1_get_intra_cost_penalty()
Dratectrl.c52 case AOM_BITS_8: name = name##_8; break; \
128 inter_minq_8, rtc_minq_8, AOM_BITS_8); in av1_rc_init_minq_luts()
143 case AOM_BITS_8: return av1_ac_quant_Q3(qindex, 0, bit_depth) / 4.0; in av1_convert_qindex_to_q()
Dfirstpass.c486 case AOM_BITS_8: break; in av1_first_pass()
Dav1_quantize.c572 case AOM_BITS_8: return q == 0 ? 64 : (quant < 148 ? 84 : 80); in get_qzbin_factor()
/external/libaom/libaom/examples/
Daom_cx_set_ref.c284 cfg.g_bit_depth = AOM_BITS_8; in main()
286 flags |= (cfg.g_bit_depth > AOM_BITS_8 || !CONFIG_LOWBITDEPTH) in main()
Dlightfield_encoder.c481 cfg.g_bit_depth = AOM_BITS_8; in main()
482 flags |= (cfg.g_bit_depth > AOM_BITS_8 || !CONFIG_LOWBITDEPTH) in main()
/external/libaom/libaom/aom/
Daom_codec.h225 AOM_BITS_8 = 8, /**< 8 bits */ enumerator
/external/libaom/libaom/av1/decoder/
Dobu.c385 (cm->seq_params.bit_depth > AOM_BITS_8)), in alloc_tile_list_buffer()
447 cm->seq_params.bit_depth == AOM_BITS_8) { in copy_decoded_tile_to_tile_list_buffer()
Ddecoder.c112 cm->seq_params.bit_depth = AOM_BITS_8; in av1_decoder_create()
/external/libaom/libaom/av1/
Dav1_cx_iface.c190 AOM_BITS_8, // Bit depth
395 RANGE_CHECK(cfg, g_bit_depth, AOM_BITS_8, AOM_BITS_12); in validate_config()
2285 AOM_BITS_8, // g_bit_depth
2353 AOM_BITS_8, // g_bit_depth
/external/libaom/libaom/apps/
Daomenc.c192 { "8", AOM_BITS_8 }, { "10", AOM_BITS_10 }, { "12", AOM_BITS_12 }, { NULL, 0 }
1554 config->cfg.g_bit_depth > AOM_BITS_8 || !CONFIG_LOWBITDEPTH; in parse_stream_params()

12