Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/test/
Dfdct4x4_test.cc118 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 …]
Dfdct8x8_test.cc230 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 …]
Ddct32x32_test.cc136 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 …]
Ddct16x16_test.cc349 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 …]
Dvp9_end_to_end_test.cc47 {"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},
Dvp9_arf_freq_test.cc48 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},
Dvp9_error_block_test.cc188 &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)));
Dvp9_quantize_test.cc335 &vpx_highbd_quantize_b_c, VPX_BITS_8),
344 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_8),
Dvariance_test.cc63 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()
Dsad_test.cc99 bit_depth_ = VPX_BITS_8; in SetUp()
/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.c232 case VPX_BITS_8: in vp9_dc_quant()
251 case VPX_BITS_8: in vp9_ac_quant()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c135 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()
Dvp9_picklpf.c170 case VPX_BITS_8: in vp9_pick_filter_level()
Dvp9_quantize.c235 case VPX_BITS_8: in get_qzbin_factor()
Dvp9_ratectrl.c52 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()
Dvp9_encoder.c1026 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()
Dvp9_bitstream.c1056 assert(cm->bit_depth > VPX_BITS_8); in write_bitdepth_colorspace_sampling()
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c496 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()
Dvp9_spatial_svc_encoder.c88 {"8", VPX_BITS_8},
272 case VPX_BITS_8: in parse_command_line()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c81 if (xd->bd > VPX_BITS_8) { in decode_coefs()
169 case VPX_BITS_8: in decode_coefs()
Dvp9_decoder.c110 cm->bit_depth = VPX_BITS_8; in vp9_decoder_create()
111 cm->dequant_bit_depth = VPX_BITS_8; in vp9_decoder_create()
Dvp9_decodeframe.c1791 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/
Dvpx_codec.h220 VPX_BITS_8 = 8, /**< 8 bits */ enumerator
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c74 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/
Dvp8_cx_iface.c1314 VPX_BITS_8, /* g_bit_depth */

12