Home
last modified time | relevance | path

Searched refs:VPX_BITS_12 (Results 1 – 25 of 26) sorted by relevance

12

/external/libvpx/libvpx/test/
Dvp9_end_to_end_test.cc52 { "park_joy_90p_12_420.y4m", 12, VPX_IMG_FMT_I42016, VPX_BITS_12, 2 },
53 { "park_joy_90p_12_422.y4m", 12, VPX_IMG_FMT_I42216, VPX_BITS_12, 3 },
54 { "park_joy_90p_12_444.y4m", 12, VPX_IMG_FMT_I44416, VPX_BITS_12, 3 },
55 { "park_joy_90p_12_440.yuv", 12, VPX_IMG_FMT_I44016, VPX_BITS_12, 3 },
Ddct_partial_test.cc108 ::testing::Values(make_tuple(&vpx_highbd_fdct32x32_1_c, 32, VPX_BITS_12),
111 make_tuple(&vpx_highbd_fdct16x16_1_c, 16, VPX_BITS_12),
114 make_tuple(&vpx_highbd_fdct8x8_1_c, 8, VPX_BITS_12),
142 make_tuple(&vpx_fdct8x8_1_neon, 8, VPX_BITS_12),
Ddct_test.cc434 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_12, 4, 0, VPX_BITS_12),
467 make_tuple(&vpx_highbd_fdct8x8_sse2, &idct8x8_12, 8, 0, VPX_BITS_12),
471 make_tuple(&vpx_highbd_fdct4x4_sse2, &idct4x4_12, 4, 0, VPX_BITS_12),
618 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 8, 0, VPX_BITS_12),
619 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 8, 1, VPX_BITS_12),
620 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 8, 2, VPX_BITS_12),
621 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 8, 3, VPX_BITS_12),
630 make_tuple(&vp9_highbd_fht4x4_c, &iht4x4_12, 4, 0, VPX_BITS_12),
631 make_tuple(&vp9_highbd_fht4x4_c, &iht4x4_12, 4, 1, VPX_BITS_12),
632 make_tuple(&vp9_highbd_fht4x4_c, &iht4x4_12, 4, 2, VPX_BITS_12),
[all …]
Ddct16x16_test.cc632 case VPX_BITS_12: inv_txfm_ref = idct16x16_12_ref; break; in SetUp()
684 case VPX_BITS_12: inv_txfm_ref = iht16x16_12; break; in SetUp()
754 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_12, 0, VPX_BITS_12),
771 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_12, 0, VPX_BITS_12),
772 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_12, 1, VPX_BITS_12),
773 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_12, 2, VPX_BITS_12),
774 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_12, 3, VPX_BITS_12),
820 make_tuple(&vpx_highbd_fdct16x16_sse2, &idct16x16_12, 0, VPX_BITS_12),
822 VPX_BITS_12),
842 &idct16x16_10_add_12_sse2, 3167, VPX_BITS_12),
[all …]
Dfdct8x8_test.cc639 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_12, 0, VPX_BITS_12)));
656 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 0, VPX_BITS_12),
657 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 1, VPX_BITS_12),
658 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 2, VPX_BITS_12),
659 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 3, VPX_BITS_12),
713 12, VPX_BITS_12),
715 &idct8x8_64_add_12_sse2, 12, VPX_BITS_12)));
734 VPX_BITS_12),
735 make_tuple(&idct8x8_12, &idct8x8_64_add_12_sse2, 6225, VPX_BITS_12)));
Ddct32x32_test.cc303 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_12, 0, VPX_BITS_12),
304 make_tuple(&vpx_highbd_fdct32x32_rd_c, &idct32x32_12, 1, VPX_BITS_12),
342 make_tuple(&vpx_highbd_fdct32x32_sse2, &idct32x32_12, 0, VPX_BITS_12),
344 VPX_BITS_12),
Dvp9_block_error_test.cc179 VPX_BITS_12),
Dvp9_quantize_test.cc441 VPX_BITS_12, 16, false),
447 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_12, 32, false)));
Dvariance_test.cc52 case VPX_BITS_12: in RoundHighBitDepth()
/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.c169 case VPX_BITS_12: return dc_qlookup_12[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant()
185 case VPX_BITS_12: return ac_qlookup_12[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c140 VPX_BITS_12); in vp9_init_me_luts()
156 case VPX_BITS_12: rdmult = ROUND_POWER_OF_TWO(88 * q * q / 24, 8); break; in vp9_compute_rd_mult_based_on_qindex()
188 case VPX_BITS_12: q = vp9_dc_quant(qindex, 0, VPX_BITS_12) / 64.0; break; in compute_rd_thresh_factor()
212 case VPX_BITS_12: in vp9_initialize_me_consts()
Dvp9_picklpf.c172 case VPX_BITS_12: in vp9_pick_filter_level()
Dvp9_quantize.c207 case VPX_BITS_12: return q == 0 ? 64 : (quant < 2368 ? 84 : 80); in get_qzbin_factor()
Dvp9_firstpass.c506 case VPX_BITS_12: ret_val = thresh << 8; break; in scale_sse_threshold()
532 case VPX_BITS_12: ret_val = UL_INTRA_THRESH << 4; break; in get_ul_intra_threshold()
553 case VPX_BITS_12: ret_val = SMOOTH_INTRA_THRESH << 8; break; in get_smooth_intra_threshold()
1005 case VPX_BITS_12: this_error >>= 8; break; in vp9_first_pass_encode_tile_mb_row()
Dvp9_ratectrl.c53 case VPX_BITS_12: name = name##_12; break; \
154 inter_minq_12, rtc_minq_12, VPX_BITS_12); in vp9_rc_init_minq_luts()
167 case VPX_BITS_12: return vp9_ac_quant(qindex, 0, bit_depth) / 64.0; in vp9_convert_qindex_to_q()
Dvp9_bitstream.c132 (bit_depth == VPX_BITS_12) in pack_mb_tokens()
Dvp9_encoder.c1613 case VPX_BITS_12: in MAKE_BFP_SADAVG_WRAPPER()
3175 case VPX_BITS_12:
Dvp9_pickmode.c270 case VPX_BITS_12: in block_variance()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c95 (xd->bd == VPX_BITS_12) in decode_coefs()
102 (xd->bd == VPX_BITS_12) ? 18 in decode_coefs()
Dvp9_decodeframe.c1686 cm->bit_depth = vpx_rb_read_bit(rb) ? VPX_BITS_12 : VPX_BITS_10; in read_bitdepth_colorspace_sampling()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h220 VPX_BITS_12 = 12, /**< 12 bits */ enumerator
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c92 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 }
297 case VPX_BITS_12: in parse_command_line()
Dvpx_temporal_svc_encoder.c635 bit_depth = VPX_BITS_12; in main()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c275 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12); in validate_config()
/external/libvpx/libvpx/
Dvpxenc.c455 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 }

12