Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h188 double correction_factor, vpx_bit_depth_t bit_depth);
190 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth);
192 int vp9_convert_q_to_qindex(double q_val, vpx_bit_depth_t bit_depth);
260 double correction_factor, vpx_bit_depth_t bit_depth);
274 vpx_bit_depth_t bit_depth);
280 vpx_bit_depth_t bit_depth);
Dvp9_ratectrl.c109 vpx_bit_depth_t bit_depth) { in get_minq_index()
126 vpx_bit_depth_t bit_depth) { in init_minq_luts()
161 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth) { in vp9_convert_qindex_to_q()
177 int vp9_convert_q_to_qindex(double q_val, vpx_bit_depth_t bit_depth) { in vp9_convert_q_to_qindex()
189 double correction_factor, vpx_bit_depth_t bit_depth) { in vp9_rc_bits_per_mb()
203 vpx_bit_depth_t bit_depth) { in vp9_estimate_bits_at_q()
617 vpx_bit_depth_t bit_depth) { in get_kf_active_quality()
627 vpx_bit_depth_t bit_depth) { in get_gf_active_quality()
1798 vpx_bit_depth_t bit_depth) { in vp9_compute_qdelta()
1820 vpx_bit_depth_t bit_depth) { in vp9_compute_qdelta_by_rate()
Dvp9_aq_complexity.c41 static int get_aq_c_strength(int q_index, vpx_bit_depth_t bit_depth) { in get_aq_c_strength()
Dvp9_rd.c121 vpx_bit_depth_t bit_depth) { in init_me_luts_bd()
182 static int compute_rd_thresh_factor(int qindex, vpx_bit_depth_t bit_depth) { in compute_rd_thresh_factor()
Dvp9_quantize.c201 static int get_qzbin_factor(int q, vpx_bit_depth_t bit_depth) { in get_qzbin_factor()
Dvp9_encoder.h146 vpx_bit_depth_t bit_depth; // Codec bit-depth.
/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.h26 int16_t vp9_dc_quant(int qindex, int delta, vpx_bit_depth_t bit_depth);
27 int16_t vp9_ac_quant(int qindex, int delta, vpx_bit_depth_t bit_depth);
Dvp9_quant_common.c164 int16_t vp9_dc_quant(int qindex, int delta, vpx_bit_depth_t bit_depth) { in vp9_dc_quant()
180 int16_t vp9_ac_quant(int qindex, int delta, vpx_bit_depth_t bit_depth) { in vp9_ac_quant()
Dvp9_onyxc_int.h231 vpx_bit_depth_t bit_depth;
232 vpx_bit_depth_t dequant_bit_depth; // bit_depth of current dequantizer
/external/libvpx/libvpx/test/
Ddct_partial_test.cc37 typedef tuple<PartialFdctFunc, int /* size */, vpx_bit_depth_t>
99 vpx_bit_depth_t bit_depth_;
Dvp9_block_error_test.cc38 typedef std::tr1::tuple<HBDBlockErrorFunc, HBDBlockErrorFunc, vpx_bit_depth_t>
65 vpx_bit_depth_t bit_depth_;
Dfdct8x8_test.cc46 typedef std::tr1::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct8x8Param;
47 typedef std::tr1::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht8x8Param;
48 typedef std::tr1::tuple<IdctFunc, IdctFunc, int, vpx_bit_depth_t> Idct8x8Param;
522 vpx_bit_depth_t bit_depth_;
Dvp9_quantize_test.cc44 typedef std::tr1::tuple<QuantizeFunc, QuantizeFunc, vpx_bit_depth_t,
72 VP9QuantizeBase(vpx_bit_depth_t bit_depth, int max_size, bool is_fp) in VP9QuantizeBase()
117 const vpx_bit_depth_t bit_depth_;
Ddct16x16_test.cc232 typedef std::tr1::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct16x16Param;
233 typedef std::tr1::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht16x16Param;
234 typedef std::tr1::tuple<IdctFunc, IdctFunc, int, vpx_bit_depth_t>
609 vpx_bit_depth_t bit_depth_;
Ddct32x32_test.cc69 typedef std::tr1::tuple<FwdTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t>
98 vpx_bit_depth_t bit_depth_;
Dvp9_end_to_end_test.cc38 vpx_bit_depth_t bit_depth;
Dvariance_test.cc80 vpx_bit_depth_t bit_depth) { in variance_ref()
117 vpx_bit_depth_t bit_depth) { in subpel_variance_ref()
169 vpx_bit_depth_t bit_depth) { in subpel_avg_variance_ref()
272 bit_depth = static_cast<vpx_bit_depth_t>(bit_depth_value); in TestParams()
286 vpx_bit_depth_t bit_depth;
Dvp9_arf_freq_test.cc36 vpx_bit_depth_t bit_depth;
Ddct_test.cc45 typedef tuple<FdctFunc, IdctFunc, int, int, vpx_bit_depth_t> DctParam;
46 typedef tuple<FhtFunc, IhtFunc, int, int, vpx_bit_depth_t> HtParam;
378 vpx_bit_depth_t bit_depth_;
Dsad_test.cc80 bit_depth_ = static_cast<vpx_bit_depth_t>(params_.bit_depth); in SetUp()
223 vpx_bit_depth_t bit_depth_;
/external/libvpx/libvpx/
Dtools_common.h97 vpx_bit_depth_t bit_depth;
/external/libvpx/libvpx/vpx/
Dvpx_codec.h221 } vpx_bit_depth_t; typedef
Dvpx_encoder.h335 vpx_bit_depth_t g_bit_depth;
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c576 vpx_bit_depth_t bit_depth = VPX_BITS_8; in main()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1197 static INLINE int valid_ref_frame_img_fmt(vpx_bit_depth_t ref_bit_depth, in valid_ref_frame_img_fmt()
1199 vpx_bit_depth_t this_bit_depth, in valid_ref_frame_img_fmt()

12