Home
last modified time | relevance | path

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

12

/external/libvpx/vp9/encoder/
Dvp9_ratectrl.h227 double correction_factor, vpx_bit_depth_t bit_depth);
229 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth);
231 int vp9_convert_q_to_qindex(double q_val, vpx_bit_depth_t bit_depth);
310 double correction_factor, vpx_bit_depth_t bit_depth);
324 vpx_bit_depth_t bit_depth);
330 vpx_bit_depth_t bit_depth);
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_ratectrl.c118 vpx_bit_depth_t bit_depth) { in get_minq_index()
135 vpx_bit_depth_t bit_depth) { in init_minq_luts()
170 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth) { in vp9_convert_qindex_to_q()
185 int vp9_convert_q_to_qindex(double q_val, vpx_bit_depth_t bit_depth) { in vp9_convert_q_to_qindex()
197 double correction_factor, vpx_bit_depth_t bit_depth) { in vp9_rc_bits_per_mb()
211 vpx_bit_depth_t bit_depth) { in vp9_estimate_bits_at_q()
893 vpx_bit_depth_t bit_depth) { in get_kf_active_quality()
903 vpx_bit_depth_t bit_depth) { in get_gf_active_quality()
2530 vpx_bit_depth_t bit_depth) { in vp9_compute_qdelta()
2552 vpx_bit_depth_t bit_depth) { in vp9_compute_qdelta_by_rate()
Dvp9_rd.c166 vpx_bit_depth_t bit_depth) { in init_me_luts_bd()
312 static int compute_rd_thresh_factor(int qindex, vpx_bit_depth_t bit_depth) { in compute_rd_thresh_factor()
Dvp9_quantize.c169 static int get_qzbin_factor(int q, vpx_bit_depth_t bit_depth) { in get_qzbin_factor()
/external/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.h248 vpx_bit_depth_t bit_depth;
249 vpx_bit_depth_t dequant_bit_depth; // bit_depth of current dequantizer
296 vpx_bit_depth_t bit_depth;
/external/libvpx/test/
Ddct_partial_test.cc38 typedef tuple<PartialFdctFunc, int /* size */, vpx_bit_depth_t>
108 vpx_bit_depth_t bit_depth_;
Dvp9_block_error_test.cc39 typedef std::tuple<HBDBlockErrorFunc, HBDBlockErrorFunc, vpx_bit_depth_t>
66 vpx_bit_depth_t bit_depth_;
Ddct32x32_test.cc72 typedef std::tuple<FwdTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t>
75 typedef std::tuple<InvTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t, int, int>
105 vpx_bit_depth_t bit_depth_;
346 vpx_bit_depth_t bit_depth_;
Dvp9_subtract_test.cc182 bit_depth_ = static_cast<vpx_bit_depth_t>(GET_PARAM(1)); in SetUp()
215 vpx_bit_depth_t bit_depth_;
Dfdct8x8_test.cc48 typedef std::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct8x8Param;
49 typedef std::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht8x8Param;
50 typedef std::tuple<IdctFunc, IdctFunc, int, vpx_bit_depth_t> Idct8x8Param;
533 vpx_bit_depth_t bit_depth_;
Dvp9_quantize_test.cc46 typedef std::tuple<QuantizeFunc, QuantizeFunc, vpx_bit_depth_t,
123 VP9QuantizeBase(vpx_bit_depth_t bit_depth, int max_size, bool is_fp) in VP9QuantizeBase()
186 const vpx_bit_depth_t bit_depth_;
Dvp9_arf_freq_test.cc39 vpx_bit_depth_t bit_depth;
Ddct16x16_test.cc234 typedef std::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct16x16Param;
235 typedef std::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht16x16Param;
236 typedef std::tuple<IdctFunc, IdctFunc, int, vpx_bit_depth_t> Idct16x16Param;
722 vpx_bit_depth_t bit_depth_;
Dvariance_test.cc71 uint64_t *sse, int64_t *se, vpx_bit_depth_t bit_depth) { in variance()
100 int *se, vpx_bit_depth_t bit_depth) { in get_variance_ref()
116 vpx_bit_depth_t bit_depth) { in variance_ref()
139 vpx_bit_depth_t bit_depth) { in subpel_variance_ref()
191 vpx_bit_depth_t bit_depth) { in subpel_avg_variance_ref()
294 bit_depth = static_cast<vpx_bit_depth_t>(bit_depth_value); in TestParams()
308 vpx_bit_depth_t bit_depth;
Dvp9_end_to_end_test.cc42 vpx_bit_depth_t bit_depth;
Ddct_test.cc98 typedef tuple<int, const FuncInfo *, int, vpx_bit_depth_t> DctParam;
418 vpx_bit_depth_t bit_depth_;
Dencode_api_test.cc56 vpx_image_t *CreateImage(vpx_bit_depth_t bit_depth, vpx_img_fmt_t fmt, in CreateImage()
1082 VP9Encoder(int speed, unsigned int row_mt, vpx_bit_depth_t bit_depth, in VP9Encoder()
1094 const vpx_bit_depth_t bit_depth_;
1672 std::vector<vpx_bit_depth_t> bitdepths; in TEST()
Dsad_test.cc99 bit_depth_ = static_cast<vpx_bit_depth_t>(params_.bit_depth); in SetUp()
285 vpx_bit_depth_t bit_depth_;
/external/libvpx/vpx/
Dvpx_codec.h224 } vpx_bit_depth_t; typedef
Dvpx_encoder.h329 vpx_bit_depth_t g_bit_depth;
/external/libvpx/
Dtools_common.h102 vpx_bit_depth_t bit_depth;
/external/libvpx/examples/
Dvpx_temporal_svc_encoder.c656 vpx_bit_depth_t bit_depth = VPX_BITS_8; in main()

12