/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 118 if (bit_depth_ == VPX_BITS_8) { in RunAccuracyCheck() 133 if (bit_depth_ == VPX_BITS_8) { in RunAccuracyCheck() 145 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunAccuracyCheck() 147 ASSERT_EQ(VPX_BITS_8, bit_depth_); in RunAccuracyCheck() 235 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck() 250 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck() 262 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunInvAccuracyCheck() 424 make_tuple(&vpx_fdct4x4_c, &vpx_idct4x4_16_add_c, 0, VPX_BITS_8))); 429 make_tuple(&vpx_fdct4x4_c, &vpx_idct4x4_16_add_c, 0, VPX_BITS_8))); 444 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8), [all …]
|
D | fdct8x8_test.cc | 230 if (bit_depth_ == VPX_BITS_8) { in RunRoundTripErrorCheck() 256 if (bit_depth_ == VPX_BITS_8) { in RunRoundTripErrorCheck() 269 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunRoundTripErrorCheck() 308 if (bit_depth_ == VPX_BITS_8) { in RunExtremalCheck() 341 if (bit_depth_ == VPX_BITS_8) { in RunExtremalCheck() 354 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunExtremalCheck() 398 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck() 415 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck() 427 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunInvAccuracyCheck() 489 if (bit_depth_ == VPX_BITS_8) { in CompareInvReference() [all …]
|
D | dct32x32_test.cc | 136 if (bit_depth_ == VPX_BITS_8) { in TEST_P() 150 if (bit_depth_ == VPX_BITS_8) { in TEST_P() 162 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in TEST_P() 274 if (bit_depth_ == VPX_BITS_8) { in TEST_P() 290 if (bit_depth_ == VPX_BITS_8) { in TEST_P() 300 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in TEST_P() 327 &vpx_idct32x32_1024_add_c, 0, VPX_BITS_8), 329 &vpx_idct32x32_1024_add_c, 1, VPX_BITS_8))); 335 &vpx_idct32x32_1024_add_c, 0, VPX_BITS_8), 337 &vpx_idct32x32_1024_add_c, 1, VPX_BITS_8))); [all …]
|
D | dct16x16_test.cc | 349 if (bit_depth_ == VPX_BITS_8) { in RunAccuracyCheck() 364 if (bit_depth_ == VPX_BITS_8) { in RunAccuracyCheck() 377 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunAccuracyCheck() 488 if (bit_depth_ == VPX_BITS_8) { in RunQuantCheck() 499 if (bit_depth_ == VPX_BITS_8) { in RunQuantCheck() 528 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck() 545 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck() 557 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunInvAccuracyCheck() 590 if (bit_depth_ == VPX_BITS_8) { in CompareInvReference() 600 if (bit_depth_ == VPX_BITS_8) { in CompareInvReference() [all …]
|
D | vp9_end_to_end_test.cc | 47 {"park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0}, 48 {"park_joy_90p_8_422.y4m", 8, VPX_IMG_FMT_I422, VPX_BITS_8, 1}, 49 {"park_joy_90p_8_444.y4m", 8, VPX_IMG_FMT_I444, VPX_BITS_8, 1}, 50 {"park_joy_90p_8_440.yuv", 8, VPX_IMG_FMT_I440, VPX_BITS_8, 1},
|
D | vp9_arf_freq_test.cc | 48 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0}, 50 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0}, 52 8, VPX_IMG_FMT_I444, VPX_BITS_8, 1},
|
D | vp9_error_block_test.cc | 188 &vp9_highbd_block_error_c, VPX_BITS_8), 190 &wrap_vp9_highbd_block_error_8bit_c, VPX_BITS_8))); 206 &wrap_vp9_highbd_block_error_8bit_c, VPX_BITS_8)));
|
D | vp9_quantize_test.cc | 335 &vpx_highbd_quantize_b_c, VPX_BITS_8), 344 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_8),
|
D | variance_test.cc | 63 case VPX_BITS_8: in RoundHighBitDepth() 227 bit_depth_ = VPX_BITS_8; in SetUp() 443 stride_coeff, &sse2, false, VPX_BITS_8); in RefTest_mse() 460 stride_coeff, &sse2, false, VPX_BITS_8); in RefTest_sse() 558 bit_depth_ = VPX_BITS_8; in SetUp()
|
D | sad_test.cc | 99 bit_depth_ = VPX_BITS_8; in SetUp()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_quant_common.c | 232 case VPX_BITS_8: in vp9_dc_quant() 251 case VPX_BITS_8: in vp9_ac_quant()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 135 VPX_BITS_8); in vp9_init_me_luts() 157 case VPX_BITS_8: in vp9_compute_rd_mult() 190 case VPX_BITS_8: in compute_rd_thresh_factor() 191 q = vp9_dc_quant(qindex, 0, VPX_BITS_8) / 4.0; in compute_rd_thresh_factor() 205 q = vp9_dc_quant(qindex, 0, VPX_BITS_8) / 4.0; in compute_rd_thresh_factor() 214 case VPX_BITS_8: in vp9_initialize_me_consts() 653 case VPX_BITS_8: in vp9_get_intra_cost_penalty()
|
D | vp9_picklpf.c | 170 case VPX_BITS_8: in vp9_pick_filter_level()
|
D | vp9_quantize.c | 235 case VPX_BITS_8: in get_qzbin_factor()
|
D | vp9_ratectrl.c | 52 case VPX_BITS_8: \ 144 inter_minq_8, rtc_minq_8, VPX_BITS_8); in vp9_rc_init_minq_luts() 162 case VPX_BITS_8: in vp9_convert_qindex_to_q()
|
D | vp9_encoder.c | 1026 case VPX_BITS_8: in MAKE_BFP_SADAVG_WRAPPER() 1469 assert(cm->bit_depth == VPX_BITS_8); in vp9_change_config() 1471 assert(cm->bit_depth > VPX_BITS_8); in vp9_change_config()
|
D | vp9_bitstream.c | 1056 assert(cm->bit_depth > VPX_BITS_8); in write_bitdepth_colorspace_sampling()
|
/external/libvpx/libvpx/examples/ |
D | vpx_temporal_svc_encoder.c | 496 vpx_bit_depth_t bit_depth = VPX_BITS_8; in main() 544 bit_depth = VPX_BITS_8; in main() 559 bit_depth == VPX_BITS_8 ? VPX_IMG_FMT_I420 : in main() 582 if (bit_depth != VPX_BITS_8) { in main() 678 bit_depth == VPX_BITS_8 ? 0 : VPX_CODEC_USE_HIGHBITDEPTH)) in main()
|
D | vp9_spatial_svc_encoder.c | 88 {"8", VPX_BITS_8}, 272 case VPX_BITS_8: in parse_command_line()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 81 if (xd->bd > VPX_BITS_8) { in decode_coefs() 169 case VPX_BITS_8: in decode_coefs()
|
D | vp9_decoder.c | 110 cm->bit_depth = VPX_BITS_8; in vp9_decoder_create() 111 cm->dequant_bit_depth = VPX_BITS_8; in vp9_decoder_create()
|
D | vp9_decodeframe.c | 1791 cm->bit_depth = VPX_BITS_8; in read_bitdepth_colorspace_sampling() 1920 cm->bit_depth = VPX_BITS_8; in read_uncompressed_header()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 220 VPX_BITS_8 = 8, /**< 8 bits */ enumerator
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 74 VPX_BITS_8, // Bit depth 252 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12); in validate_config() 318 cfg->g_bit_depth > VPX_BITS_8) { in validate_config() 326 cfg->g_bit_depth == VPX_BITS_8) { in validate_config() 1520 VPX_BITS_8, // g_bit_depth
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 1314 VPX_BITS_8, /* g_bit_depth */
|