Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddct_partial_test.cc117 make_tuple(&vpx_highbd_fdct32x32_1_c, 32, VPX_BITS_10),
120 make_tuple(&vpx_highbd_fdct16x16_1_c, 16, VPX_BITS_10),
123 make_tuple(&vpx_highbd_fdct8x8_1_c, 8, VPX_BITS_10),
151 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 …]
Dvp9_end_to_end_test.cc51 { "park_joy_90p_10_420.y4m", 10, VPX_IMG_FMT_I42016, VPX_BITS_10, 2 },
52 { "park_joy_90p_10_422.y4m", 10, VPX_IMG_FMT_I42216, VPX_BITS_10, 3 },
53 { "park_joy_90p_10_444.y4m", 10, VPX_IMG_FMT_I44416, VPX_BITS_10, 3 },
54 { "park_joy_90p_10_440.yuv", 10, VPX_IMG_FMT_I44016, VPX_BITS_10, 3 },
Dfdct8x8_test.cc639 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 0, VPX_BITS_10),
653 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 0, VPX_BITS_10),
654 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 1, VPX_BITS_10),
655 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 2, VPX_BITS_10),
656 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 3, VPX_BITS_10),
711 12, VPX_BITS_10),
713 &idct8x8_64_add_10_sse2, 12, VPX_BITS_10),
733 VPX_BITS_10),
734 make_tuple(&idct8x8_10, &idct8x8_64_add_10_sse2, 6225, VPX_BITS_10),
Ddct32x32_test.cc323 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_10, 0, VPX_BITS_10),
324 make_tuple(&vpx_highbd_fdct32x32_rd_c, &idct32x32_10, 1, VPX_BITS_10),
361 make_tuple(&vpx_highbd_fdct32x32_sse2, &idct32x32_10, 0, VPX_BITS_10),
363 VPX_BITS_10),
Ddct_test.cc482 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12)));
514 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12)));
628 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12)));
654 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12)));
687 ::testing::Values(VPX_BITS_8, VPX_BITS_10,
735 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12)));
Dvp9_block_error_test.cc178 VPX_BITS_10),
Dvp9_quantize_test.cc478 VPX_BITS_10, 16, false),
484 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_10, 32, false),
Dvariance_test.cc45 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.c159 VPX_BITS_10); in vp9_init_me_luts()
200 case VPX_BITS_10: rdmult = ROUND_POWER_OF_TWO(rdmult, 4); break; in vp9_compute_rd_mult_based_on_qindex()
242 case VPX_BITS_10: q = vp9_dc_quant(qindex, 0, VPX_BITS_10) / 16.0; break; in compute_rd_thresh_factor()
263 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.c493 case VPX_BITS_10: ret_val = thresh << 4; break; in scale_sse_threshold()
518 case VPX_BITS_10: ret_val = UL_INTRA_THRESH << 2; break; in get_ul_intra_threshold()
538 case VPX_BITS_10: ret_val = SMOOTH_INTRA_THRESH << 4; break; in get_smooth_intra_threshold()
968 case VPX_BITS_10: this_error >>= 4; break; in vp9_first_pass_encode_tile_mb_row()
Dvp9_bitstream.c134 : (bit_depth == VPX_BITS_10) ? vp9_extra_bits_high10 : vp9_extra_bits; in pack_mb_tokens()
1178 vpx_wb_write_bit(wb, cm->bit_depth == VPX_BITS_10 ? 0 : 1); in write_bitdepth_colorspace_sampling()
Dvp9_ratectrl.c55 case VPX_BITS_10: name = name##_10; break; \
152 inter_minq_10, rtc_minq_10, VPX_BITS_10); in vp9_rc_init_minq_luts()
167 case VPX_BITS_10: return vp9_ac_quant(qindex, 0, bit_depth) / 16.0; in vp9_convert_qindex_to_q()
Dvp9_pickmode.c285 case VPX_BITS_10: in block_variance()
Dvp9_encoder.c1675 case VPX_BITS_10: in MAKE_BFP_SADAVG_WRAPPER()
3332 case VPX_BITS_10:
Dvp9_encodeframe.c5446 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.c2122 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.c105 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 }
319 case VPX_BITS_10: in parse_command_line()
Dvpx_temporal_svc_encoder.c659 bit_depth = VPX_BITS_10; in main()
/external/libvpx/libvpx/
Dvpxenc.c461 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 }