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

12

/external/libvpx/libvpx/test/
H A Ddct_partial_test.cc110 make_tuple(&vpx_fdct32x32_1_c, 32, VPX_BITS_8),
113 make_tuple(&vpx_fdct16x16_1_c, 16, VPX_BITS_8),
116 make_tuple(&vpx_fdct8x8_1_c, 8, VPX_BITS_8),
117 make_tuple(&vpx_fdct4x4_1_c, 4, VPX_BITS_8)));
121 ::testing::Values(make_tuple(&vpx_fdct32x32_1_c, 32, VPX_BITS_8),
122 make_tuple(&vpx_fdct16x16_1_c, 16, VPX_BITS_8),
123 make_tuple(&vpx_fdct8x8_1_c, 8, VPX_BITS_8),
124 make_tuple(&vpx_fdct4x4_1_c, 4, VPX_BITS_8)));
130 ::testing::Values(make_tuple(&vpx_fdct32x32_1_sse2, 32, VPX_BITS_8),
131 make_tuple(&vpx_fdct16x16_1_sse2, 16, VPX_BITS_8),
[all...]
H A Ddct_test.cc182 if (bit_depth_ == VPX_BITS_8) {
319 if (bit_depth_ == VPX_BITS_8) {
345 if (bit_depth_ == VPX_BITS_8) {
425 VPX_BITS_8),
429 VPX_BITS_8),
432 make_tuple(&vpx_fdct8x8_c, &vpx_idct8x8_64_add_c, 8, 0, VPX_BITS_8),
435 make_tuple(&vpx_fdct4x4_c, &vpx_idct4x4_16_add_c, 4, 0, VPX_BITS_8)));
441 VPX_BITS_8),
443 VPX_BITS_8),
444 make_tuple(&vpx_fdct8x8_c, &vpx_idct8x8_64_add_c, 8, 0, VPX_BITS_8),
[all...]
H A Ddct32x32_test.cc121 if (bit_depth_ == VPX_BITS_8) {
135 if (bit_depth_ == VPX_BITS_8) {
147 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
257 if (bit_depth_ == VPX_BITS_8) {
274 if (bit_depth_ == VPX_BITS_8) {
284 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
305 make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_c, 0, VPX_BITS_8),
307 VPX_BITS_8)));
312 VPX_BITS_8),
314 1, VPX_BITS_8)));
[all...]
H A Dfdct8x8_test.cc229 if (bit_depth_ == VPX_BITS_8) {
255 if (bit_depth_ == VPX_BITS_8) {
267 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
305 if (bit_depth_ == VPX_BITS_8) {
338 if (bit_depth_ == VPX_BITS_8) {
350 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
393 if (bit_depth_ == VPX_BITS_8) {
411 if (bit_depth_ == VPX_BITS_8) {
423 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
485 if (bit_depth_ == VPX_BITS_8) {
[all...]
H A Ddct16x16_test.cc336 if (bit_depth_ == VPX_BITS_8) {
351 if (bit_depth_ == VPX_BITS_8) {
363 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
473 if (bit_depth_ == VPX_BITS_8) {
484 if (bit_depth_ == VPX_BITS_8) {
511 if (bit_depth_ == VPX_BITS_8) {
529 if (bit_depth_ == VPX_BITS_8) {
540 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
572 if (bit_depth_ == VPX_BITS_8) {
582 if (bit_depth_ == VPX_BITS_8) {
[all...]
H A Dvp9_quantize_test.cc432 // make_tuple(&vpx_quantize_b_sse2, &vpx_highbd_quantize_b_c, VPX_BITS_8),
437 VPX_BITS_8, 16, false),
443 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_8, 32, false),
453 VPX_BITS_8, 16, false),
455 &QuantFPWrapper<quantize_fp_nz_c>, VPX_BITS_8,
465 VPX_BITS_8, 16, false),
467 &QuantFPWrapper<quantize_fp_nz_c>, VPX_BITS_8,
473 VPX_BITS_8, 16, false)));
481 &vpx_quantize_b_32x32_c, VPX_BITS_8, 32,
485 VPX_BITS_8, 3
[all...]
H A Dvp9_end_to_end_test.cc43 { "park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420, VPX_BITS_8, 0 },
44 { "park_joy_90p_8_422.y4m", 8, VPX_IMG_FMT_I422, VPX_BITS_8, 1 },
45 { "park_joy_90p_8_444.y4m", 8, VPX_IMG_FMT_I444, VPX_BITS_8, 1 },
46 { "park_joy_90p_8_440.yuv", 8, VPX_IMG_FMT_I440, VPX_BITS_8, 1 },
H A Dvp9_arf_freq_test.cc48 VPX_BITS_8, 0 },
50 VPX_BITS_8, 0 },
51 { "rush_hour_444.y4m", 352, 288, 30, 1, 8, VPX_IMG_FMT_I444, VPX_BITS_8, 1 },
H A Dvp9_block_error_test.cc181 VPX_BITS_8),
184 &BlockError8BitWrapper<vp9_block_error_c>, VPX_BITS_8)
196 VPX_BITS_8)));
H A Dvariance_test.cc60 case VPX_BITS_8:
274 bit_depth = VPX_BITS_8;
520 stride, &sse2, false, VPX_BITS_8);
537 stride, &sse2, false, VPX_BITS_8);
H A Dsad_test.cc73 bit_depth_ = VPX_BITS_8;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_quant_common.c167 case VPX_BITS_8: return dc_qlookup[clamp(qindex + delta, 0, MAXQ)];
171 assert(0 && "bit_depth should be VPX_BITS_8, VPX_BITS_10 or VPX_BITS_12");
183 case VPX_BITS_8: return ac_qlookup[clamp(qindex + delta, 0, MAXQ)];
187 assert(0 && "bit_depth should be VPX_BITS_8, VPX_BITS_10 or VPX_BITS_12");
/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h218 VPX_BITS_8 = 8, /**< 8 bits */ enumerator in enum:vpx_bit_depth
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.c135 VPX_BITS_8);
154 case VPX_BITS_8: rdmult = 88 * q * q / 24; break;
158 assert(0 && "bit_depth should be VPX_BITS_8, VPX_BITS_10 or VPX_BITS_12");
186 case VPX_BITS_8: q = vp9_dc_quant(qindex, 0, VPX_BITS_8) / 4.0; break;
190 assert(0 && "bit_depth should be VPX_BITS_8, VPX_BITS_10 or VPX_BITS_12");
195 q = vp9_dc_quant(qindex, 0, VPX_BITS_8) / 4.0;
204 case VPX_BITS_8:
217 assert(0 && "bit_depth should be VPX_BITS_8, VPX_BITS_10 or VPX_BITS_12");
683 // Always use VPX_BITS_8 a
[all...]
H A Dvp9_picklpf.c166 case VPX_BITS_8:
177 "bit_depth should be VPX_BITS_8, VPX_BITS_10 "
H A Dvp9_quantize.c205 case VPX_BITS_8: return q == 0 ? 64 : (quant < 148 ? 84 : 80);
209 assert(0 && "bit_depth should be VPX_BITS_8, VPX_BITS_10 or VPX_BITS_12");
H A Dvp9_ratectrl.c51 case VPX_BITS_8: name = name##_8; break; \
56 "bit_depth should be VPX_BITS_8, VPX_BITS_10" \
147 inter_minq_8, rtc_minq_8, VPX_BITS_8);
165 case VPX_BITS_8: return vp9_ac_quant(qindex, 0, bit_depth) / 4.0;
169 assert(0 && "bit_depth should be VPX_BITS_8, VPX_BITS_10 or VPX_BITS_12");
H A Dvp9_firstpass.c504 case VPX_BITS_8: ret_val = thresh; break;
509 "cm->bit_depth should be VPX_BITS_8, "
530 case VPX_BITS_8: ret_val = UL_INTRA_THRESH; break;
535 "cm->bit_depth should be VPX_BITS_8, "
551 case VPX_BITS_8: ret_val = SMOOTH_INTRA_THRESH; break;
556 "cm->bit_depth should be VPX_BITS_8, "
1003 case VPX_BITS_8: break;
1008 "cm->bit_depth should be VPX_BITS_8, "
H A Dvp9_encoder.c1457 case VPX_BITS_8:
1695 "cm->bit_depth should be VPX_BITS_8, "
1771 assert(cm->bit_depth == VPX_BITS_8);
1773 assert(cm->bit_depth > VPX_BITS_8);
3169 case VPX_BITS_8:
3179 assert(0 && "bit_depth must be VPX_BITS_8, VPX_BITS_10 or VPX_BITS_12");
4084 if (cm->bit_depth == VPX_BITS_8) {
4114 if (cm->bit_depth == VPX_BITS_8)
/external/libvpx/libvpx/examples/
H A Dvpx_temporal_svc_encoder.c576 vpx_bit_depth_t bit_depth = VPX_BITS_8;
627 bit_depth = VPX_BITS_8;
641 &raw, bit_depth == VPX_BITS_8 ? VPX_IMG_FMT_I420 : VPX_IMG_FMT_I42016,
663 if (bit_depth != VPX_BITS_8) {
758 bit_depth == VPX_BITS_8 ? 0 : VPX_CODEC_USE_HIGHBITDEPTH))
H A Dvp9_spatial_svc_encoder.c92 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 }
289 case VPX_BITS_8:
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c106 cm->bit_depth = VPX_BITS_8;
107 cm->dequant_bit_depth = VPX_BITS_8;
H A Dvp9_decodeframe.c1691 cm->bit_depth = VPX_BITS_8;
1813 cm->bit_depth = VPX_BITS_8;
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c81 VPX_BITS_8, // Bit depth
275 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12);
344 cfg->g_bit_depth > VPX_BITS_8) {
351 cfg->g_bit_depth == VPX_BITS_8) {
1668 VPX_BITS_8, // g_bit_depth
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c1185 VPX_BITS_8, /* g_bit_depth */

Completed in 1083 milliseconds

12