Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/test/
Ddct_partial_test.cc118 make_tuple(&vpx_fdct32x32_1_c, 32, VPX_BITS_8),
121 make_tuple(&vpx_fdct16x16_1_c, 16, VPX_BITS_8),
124 make_tuple(&vpx_fdct8x8_1_c, 8, VPX_BITS_8),
125 make_tuple(&vpx_fdct4x4_1_c, 4, VPX_BITS_8)));
129 ::testing::Values(make_tuple(&vpx_fdct32x32_1_c, 32, VPX_BITS_8),
130 make_tuple(&vpx_fdct16x16_1_c, 16, VPX_BITS_8),
131 make_tuple(&vpx_fdct8x8_1_c, 8, VPX_BITS_8),
132 make_tuple(&vpx_fdct4x4_1_c, 4, VPX_BITS_8)));
138 ::testing::Values(make_tuple(&vpx_fdct32x32_1_sse2, 32, VPX_BITS_8),
139 make_tuple(&vpx_fdct16x16_1_sse2, 16, VPX_BITS_8),
[all …]
Dfdct8x8_test.cc230 if (bit_depth_ == VPX_BITS_8) { in RunRoundTripErrorCheck()
256 if (bit_depth_ == VPX_BITS_8) { in RunRoundTripErrorCheck()
268 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunRoundTripErrorCheck()
306 if (bit_depth_ == VPX_BITS_8) { in RunExtremalCheck()
339 if (bit_depth_ == VPX_BITS_8) { in RunExtremalCheck()
351 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunExtremalCheck()
394 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck()
412 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck()
424 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunInvAccuracyCheck()
486 if (bit_depth_ == VPX_BITS_8) { in CompareInvReference()
[all …]
Ddct32x32_test.cc130 if (bit_depth_ == VPX_BITS_8) { in TEST_P()
144 if (bit_depth_ == VPX_BITS_8) { in TEST_P()
156 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in TEST_P()
279 if (bit_depth_ == VPX_BITS_8) { in TEST_P()
296 if (bit_depth_ == VPX_BITS_8) { in TEST_P()
306 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in TEST_P()
327 make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_c, 0, VPX_BITS_8),
329 VPX_BITS_8)));
334 VPX_BITS_8),
336 1, VPX_BITS_8)));
[all …]
Dvp9_quantize_test.cc473 make_tuple(&vpx_quantize_b_sse2, &vpx_quantize_b_c, VPX_BITS_8, 16,
476 VPX_BITS_8, 16, false),
482 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_8, 32, false),
492 VPX_BITS_8, 16, false),
494 &QuantFPWrapper<quantize_fp_nz_c>, VPX_BITS_8,
504 VPX_BITS_8, 16, false),
506 &vpx_quantize_b_32x32_c, VPX_BITS_8, 32,
509 &QuantFPWrapper<quantize_fp_nz_c>, VPX_BITS_8,
513 VPX_BITS_8, 32, true)));
518 VPX_BITS_8, 16, false),
[all …]
Ddct16x16_test.cc336 if (bit_depth_ == VPX_BITS_8) { in RunAccuracyCheck()
351 if (bit_depth_ == VPX_BITS_8) { in RunAccuracyCheck()
363 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunAccuracyCheck()
473 if (bit_depth_ == VPX_BITS_8) { in RunQuantCheck()
484 if (bit_depth_ == VPX_BITS_8) { in RunQuantCheck()
511 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck()
529 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck()
540 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunInvAccuracyCheck()
572 if (bit_depth_ == VPX_BITS_8) { in CompareInvReference()
582 if (bit_depth_ == VPX_BITS_8) { in CompareInvReference()
[all …]
Ddct_test.cc178 if (pixel_size_ == 1 && bit_depth_ > VPX_BITS_8) return; in InitMem()
209 if (pixel_size_ == 1 && bit_depth_ > VPX_BITS_8) return; in RunAccuracyCheck()
271 if (pixel_size_ == 1 && bit_depth_ > VPX_BITS_8) return; in RunCoeffCheck()
301 if (pixel_size_ == 1 && bit_depth_ > VPX_BITS_8) return; in RunMemCheck()
354 if (pixel_size_ == 1 && bit_depth_ > VPX_BITS_8) return; in RunInvAccuracyCheck()
482 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12)));
514 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12)));
526 VPX_BITS_8)));
538 VPX_BITS_8)));
557 ::testing::Values(0), ::testing::Values(VPX_BITS_8)));
[all …]
Dvp9_block_error_test.cc182 VPX_BITS_8),
185 &BlockError8BitWrapper<vp9_block_error_c>, VPX_BITS_8)
197 VPX_BITS_8)));
Dvp9_end_to_end_test.cc46 { "park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0 },
47 { "park_joy_90p_8_422.y4m", 8, VPX_IMG_FMT_I422, VPX_BITS_8, 1 },
48 { "park_joy_90p_8_444.y4m", 8, VPX_IMG_FMT_I444, VPX_BITS_8, 1 },
49 { "park_joy_90p_8_440.yuv", 8, VPX_IMG_FMT_I440, VPX_BITS_8, 1 },
Dvp9_arf_freq_test.cc50 VPX_BITS_8, 0 },
52 VPX_BITS_8, 0 },
53 { "rush_hour_444.y4m", 352, 288, 30, 1, 8, VPX_IMG_FMT_I444, VPX_BITS_8, 1 },
Dvariance_test.cc49 case VPX_BITS_8: in RoundHighBitDepth()
263 bit_depth = VPX_BITS_8; in TestParams()
509 stride, &sse2, false, VPX_BITS_8); in RefTestMse()
526 stride, &sse2, false, VPX_BITS_8); in RefTestSse()
Dsad_test.cc75 bit_depth_ = VPX_BITS_8; in SetUp()
/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.c167 case VPX_BITS_8: return dc_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant()
183 case VPX_BITS_8: return ac_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c156 VPX_BITS_8); in vp9_init_me_luts()
241 case VPX_BITS_8: q = vp9_dc_quant(qindex, 0, VPX_BITS_8) / 4.0; break; in compute_rd_thresh_factor()
250 q = vp9_dc_quant(qindex, 0, VPX_BITS_8) / 4.0; in compute_rd_thresh_factor()
259 case VPX_BITS_8: in vp9_initialize_me_consts()
744 return (20 * vp9_dc_quant(qindex, qdelta, VPX_BITS_8)) >> reduction_fac; in vp9_get_intra_cost_penalty()
Dvp9_picklpf.c166 case VPX_BITS_8: in vp9_pick_filter_level()
Dvp9_quantize.c205 case VPX_BITS_8: return q == 0 ? 64 : (quant < 148 ? 84 : 80); in get_qzbin_factor()
Dvp9_firstpass.c492 case VPX_BITS_8: ret_val = thresh; break; in scale_sse_threshold()
517 case VPX_BITS_8: ret_val = UL_INTRA_THRESH; break; in get_ul_intra_threshold()
537 case VPX_BITS_8: ret_val = SMOOTH_INTRA_THRESH; break; in get_smooth_intra_threshold()
967 case VPX_BITS_8: break; in vp9_first_pass_encode_tile_mb_row()
Dvp9_ratectrl.c54 case VPX_BITS_8: name = name##_8; break; \
148 inter_minq_8, rtc_minq_8, VPX_BITS_8); in vp9_rc_init_minq_luts()
166 case VPX_BITS_8: return vp9_ac_quant(qindex, 0, bit_depth) / 4.0; in vp9_convert_qindex_to_q()
Dvp9_encoder.c1599 case VPX_BITS_8: in MAKE_BFP_SADAVG_WRAPPER()
1910 assert(cm->bit_depth == VPX_BITS_8); in vp9_change_config()
1912 assert(cm->bit_depth > VPX_BITS_8); in vp9_change_config()
3329 case VPX_BITS_8:
4392 if (cm->bit_depth == VPX_BITS_8) {
4422 if (cm->bit_depth == VPX_BITS_8)
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c602 vpx_bit_depth_t bit_depth = VPX_BITS_8; in main()
655 bit_depth = VPX_BITS_8; in main()
669 &raw, bit_depth == VPX_BITS_8 ? VPX_IMG_FMT_I420 : VPX_IMG_FMT_I42016, in main()
691 if (bit_depth != VPX_BITS_8) { in main()
786 bit_depth == VPX_BITS_8 ? 0 : VPX_CODEC_USE_HIGHBITDEPTH)) in main()
Dvp9_spatial_svc_encoder.c105 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 }
315 case VPX_BITS_8: in parse_command_line()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h218 VPX_BITS_8 = 8, /**< 8 bits */ enumerator
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c144 cm->bit_depth = VPX_BITS_8; in vp9_decoder_create()
145 cm->dequant_bit_depth = VPX_BITS_8; in vp9_decoder_create()
Dvp9_decodeframe.c2127 cm->bit_depth = VPX_BITS_8; in read_bitdepth_colorspace_sampling()
2266 cm->bit_depth = VPX_BITS_8; in read_uncompressed_header()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c83 VPX_BITS_8, // Bit depth
261 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12); in validate_config()
330 cfg->g_bit_depth > VPX_BITS_8) { in validate_config()
337 cfg->g_bit_depth == VPX_BITS_8) { in validate_config()
1709 VPX_BITS_8, // g_bit_depth
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c1210 VPX_BITS_8, /* g_bit_depth */

12