/external/libaom/libaom/test/ |
D | quantize_func_test.cc | 223 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 …]
|
D | masked_variance_test.cc | 359 &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 …]
|
D | dr_prediction_test.cc | 322 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),
|
D | transform_test_base.h | 69 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()
|
D | end_to_end_test.cc | 64 { "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 },
|
D | arf_freq_test.cc | 51 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 },
|
D | horz_superres_test.cc | 44 { "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 },
|
D | wiener_test.cc | 545 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()
|
D | error_block_test.cc | 233 &av1_highbd_block_error_c, AOM_BITS_8))); 246 &av1_highbd_block_error_c, AOM_BITS_8)));
|
D | rt_end_to_end_test.cc | 48 { "park_joy_90p_8_420.y4m", 8, AOM_IMG_FMT_I420, AOM_BITS_8, 0 },
|
D | variance_test.cc | 70 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()
|
D | sad_test.cc | 128 bit_depth_ = AOM_BITS_8; in SetUp()
|
/external/libaom/libaom/av1/common/ |
D | quant_common.c | 196 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/ |
D | picklpf.c | 230 case AOM_BITS_8: in av1_pick_filter_level() 248 if (cm->seq_params.bit_depth != AOM_BITS_8 && in av1_pick_filter_level()
|
D | rd.c | 337 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()
|
D | ratectrl.c | 52 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()
|
D | firstpass.c | 486 case AOM_BITS_8: break; in av1_first_pass()
|
D | av1_quantize.c | 572 case AOM_BITS_8: return q == 0 ? 64 : (quant < 148 ? 84 : 80); in get_qzbin_factor()
|
/external/libaom/libaom/examples/ |
D | aom_cx_set_ref.c | 284 cfg.g_bit_depth = AOM_BITS_8; in main() 286 flags |= (cfg.g_bit_depth > AOM_BITS_8 || !CONFIG_LOWBITDEPTH) in main()
|
D | lightfield_encoder.c | 481 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/ |
D | aom_codec.h | 225 AOM_BITS_8 = 8, /**< 8 bits */ enumerator
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 385 (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()
|
D | decoder.c | 112 cm->seq_params.bit_depth = AOM_BITS_8; in av1_decoder_create()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 190 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/ |
D | aomenc.c | 192 { "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()
|