Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddct_test.cc422 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_10, 32, 0, VPX_BITS_10),
423 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_12, 32, 0, VPX_BITS_10),
426 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_10, 16, 0, VPX_BITS_10),
427 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_12, 16, 0, VPX_BITS_10),
430 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 8, 0, VPX_BITS_10),
431 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_12, 8, 0, VPX_BITS_10),
433 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_10, 4, 0, VPX_BITS_10),
459 VPX_BITS_10),
463 VPX_BITS_10),
466 make_tuple(&vpx_highbd_fdct8x8_sse2, &idct8x8_10, 8, 0, VPX_BITS_10),
[all …]
Dvp9_end_to_end_test.cc48 { "park_joy_90p_10_420.y4m", 10, VPX_IMG_FMT_I42016, VPX_BITS_10, 2 },
49 { "park_joy_90p_10_422.y4m", 10, VPX_IMG_FMT_I42216, VPX_BITS_10, 3 },
50 { "park_joy_90p_10_444.y4m", 10, VPX_IMG_FMT_I44416, VPX_BITS_10, 3 },
51 { "park_joy_90p_10_440.yuv", 10, VPX_IMG_FMT_I44016, VPX_BITS_10, 3 },
Ddct_partial_test.cc109 make_tuple(&vpx_highbd_fdct32x32_1_c, 32, VPX_BITS_10),
112 make_tuple(&vpx_highbd_fdct16x16_1_c, 16, VPX_BITS_10),
115 make_tuple(&vpx_highbd_fdct8x8_1_c, 8, VPX_BITS_10),
143 make_tuple(&vpx_fdct8x8_1_neon, 8, VPX_BITS_10),
Ddct16x16_test.cc631 case VPX_BITS_10: inv_txfm_ref = idct16x16_10_ref; break; in SetUp()
683 case VPX_BITS_10: inv_txfm_ref = iht16x16_10; break; in SetUp()
753 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_10, 0, VPX_BITS_10),
767 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_10, 0, VPX_BITS_10),
768 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_10, 1, VPX_BITS_10),
769 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_10, 2, VPX_BITS_10),
770 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_10, 3, VPX_BITS_10),
817 make_tuple(&vpx_highbd_fdct16x16_sse2, &idct16x16_10, 0, VPX_BITS_10),
819 VPX_BITS_10),
838 &idct16x16_10_add_10_sse2, 3167, VPX_BITS_10),
[all …]
Dfdct8x8_test.cc638 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 0, VPX_BITS_10),
652 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 0, VPX_BITS_10),
653 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 1, VPX_BITS_10),
654 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 2, VPX_BITS_10),
655 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 3, VPX_BITS_10),
709 12, VPX_BITS_10),
711 &idct8x8_64_add_10_sse2, 12, VPX_BITS_10),
731 VPX_BITS_10),
732 make_tuple(&idct8x8_10, &idct8x8_64_add_10_sse2, 6225, VPX_BITS_10),
Ddct32x32_test.cc301 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_10, 0, VPX_BITS_10),
302 make_tuple(&vpx_highbd_fdct32x32_rd_c, &idct32x32_10, 1, VPX_BITS_10),
339 make_tuple(&vpx_highbd_fdct32x32_sse2, &idct32x32_10, 0, VPX_BITS_10),
341 VPX_BITS_10),
Dvp9_block_error_test.cc177 VPX_BITS_10),
Dvp9_quantize_test.cc439 VPX_BITS_10, 16, false),
445 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_10, 32, false),
Dvariance_test.cc56 case VPX_BITS_10: in RoundHighBitDepth()
/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.c168 case VPX_BITS_10: return dc_qlookup_10[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant()
184 case VPX_BITS_10: return ac_qlookup_10[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c138 VPX_BITS_10); in vp9_init_me_luts()
155 case VPX_BITS_10: rdmult = ROUND_POWER_OF_TWO(88 * q * q / 24, 4); break; in vp9_compute_rd_mult_based_on_qindex()
187 case VPX_BITS_10: q = vp9_dc_quant(qindex, 0, VPX_BITS_10) / 16.0; break; in compute_rd_thresh_factor()
208 case VPX_BITS_10: in vp9_initialize_me_consts()
Dvp9_picklpf.c169 case VPX_BITS_10: in vp9_pick_filter_level()
Dvp9_quantize.c206 case VPX_BITS_10: return q == 0 ? 64 : (quant < 592 ? 84 : 80); in get_qzbin_factor()
Dvp9_firstpass.c505 case VPX_BITS_10: ret_val = thresh << 4; break; in scale_sse_threshold()
531 case VPX_BITS_10: ret_val = UL_INTRA_THRESH << 2; break; in get_ul_intra_threshold()
552 case VPX_BITS_10: ret_val = SMOOTH_INTRA_THRESH << 4; break; in get_smooth_intra_threshold()
1004 case VPX_BITS_10: this_error >>= 4; break; in vp9_first_pass_encode_tile_mb_row()
Dvp9_ratectrl.c52 case VPX_BITS_10: name = name##_10; break; \
151 inter_minq_10, rtc_minq_10, VPX_BITS_10); in vp9_rc_init_minq_luts()
166 case VPX_BITS_10: return vp9_ac_quant(qindex, 0, bit_depth) / 16.0; in vp9_convert_qindex_to_q()
Dvp9_bitstream.c134 : (bit_depth == VPX_BITS_10) ? vp9_extra_bits_high10 : vp9_extra_bits; in pack_mb_tokens()
1165 vpx_wb_write_bit(wb, cm->bit_depth == VPX_BITS_10 ? 0 : 1); in write_bitdepth_colorspace_sampling()
Dvp9_encoder.c1533 case VPX_BITS_10: in MAKE_BFP_SADAVG_WRAPPER()
3172 case VPX_BITS_10:
Dvp9_pickmode.c265 case VPX_BITS_10: in block_variance()
Dvp9_encodeframe.c4514 case VPX_BITS_10: in set_var_thresh_from_histogram()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c97 : (xd->bd == VPX_BITS_10) ? vp9_cat6_prob_high12 + 2 : in decode_coefs()
103 : (xd->bd == VPX_BITS_10) ? 16 : 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.h219 VPX_BITS_10 = 10, /**< 10 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 }
293 case VPX_BITS_10: in parse_command_line()
Dvpx_temporal_svc_encoder.c631 bit_depth = VPX_BITS_10; in main()
/external/libvpx/libvpx/
Dvpxenc.c455 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 }