Searched refs:vpx_bit_depth_t (Results 1 – 25 of 30) sorted by relevance
12
/external/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 227 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);
|
D | vp9_aq_complexity.c | 41 static int get_aq_c_strength(int q_index, vpx_bit_depth_t bit_depth) { in get_aq_c_strength()
|
D | vp9_ratectrl.c | 107 vpx_bit_depth_t bit_depth) { in get_minq_index() 124 vpx_bit_depth_t bit_depth) { in init_minq_luts() 159 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth) { in vp9_convert_qindex_to_q() 174 int vp9_convert_q_to_qindex(double q_val, vpx_bit_depth_t bit_depth) { in vp9_convert_q_to_qindex() 186 double correction_factor, vpx_bit_depth_t bit_depth) { in vp9_rc_bits_per_mb() 200 vpx_bit_depth_t bit_depth) { in vp9_estimate_bits_at_q() 879 vpx_bit_depth_t bit_depth) { in get_kf_active_quality() 889 vpx_bit_depth_t bit_depth) { in get_gf_active_quality() 2529 vpx_bit_depth_t bit_depth) { in vp9_compute_qdelta() 2551 vpx_bit_depth_t bit_depth) { in vp9_compute_qdelta_by_rate()
|
D | vp9_rd.c | 166 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()
|
D | vp9_quantize.c | 162 static int get_qzbin_factor(int q, vpx_bit_depth_t bit_depth) { in get_qzbin_factor()
|
D | vp9_encoder.h | 160 vpx_bit_depth_t bit_depth; // Codec bit-depth.
|
/external/libvpx/vp9/common/ |
D | vp9_quant_common.h | 26 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);
|
D | vp9_quant_common.c | 164 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()
|
D | vp9_onyxc_int.h | 249 vpx_bit_depth_t bit_depth; 250 vpx_bit_depth_t dequant_bit_depth; // bit_depth of current dequantizer 297 vpx_bit_depth_t bit_depth;
|
/external/libvpx/test/ |
D | dct_partial_test.cc | 37 typedef tuple<PartialFdctFunc, int /* size */, vpx_bit_depth_t> 107 vpx_bit_depth_t bit_depth_;
|
D | vp9_block_error_test.cc | 39 typedef std::tuple<HBDBlockErrorFunc, HBDBlockErrorFunc, vpx_bit_depth_t> 66 vpx_bit_depth_t bit_depth_;
|
D | fdct8x8_test.cc | 47 typedef std::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct8x8Param; 48 typedef std::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht8x8Param; 49 typedef std::tuple<IdctFunc, IdctFunc, int, vpx_bit_depth_t> Idct8x8Param; 523 vpx_bit_depth_t bit_depth_;
|
D | vp9_subtract_test.cc | 182 bit_depth_ = static_cast<vpx_bit_depth_t>(GET_PARAM(1)); in SetUp() 215 vpx_bit_depth_t bit_depth_;
|
D | dct32x32_test.cc | 71 typedef std::tuple<FwdTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t> 101 vpx_bit_depth_t bit_depth_;
|
D | dct16x16_test.cc | 233 typedef std::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct16x16Param; 234 typedef std::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht16x16Param; 235 typedef std::tuple<IdctFunc, IdctFunc, int, vpx_bit_depth_t> Idct16x16Param; 609 vpx_bit_depth_t bit_depth_;
|
D | vp9_quantize_test.cc | 46 typedef std::tuple<QuantizeFunc, QuantizeFunc, vpx_bit_depth_t, 111 VP9QuantizeBase(vpx_bit_depth_t bit_depth, int max_size, bool is_fp) in VP9QuantizeBase() 167 const vpx_bit_depth_t bit_depth_;
|
D | vp9_arf_freq_test.cc | 38 vpx_bit_depth_t bit_depth;
|
D | variance_test.cc | 69 vpx_bit_depth_t bit_depth) { in variance_ref() 106 vpx_bit_depth_t bit_depth) { in subpel_variance_ref() 158 vpx_bit_depth_t bit_depth) { in subpel_avg_variance_ref() 261 bit_depth = static_cast<vpx_bit_depth_t>(bit_depth_value); in TestParams() 275 vpx_bit_depth_t bit_depth;
|
D | vp9_end_to_end_test.cc | 41 vpx_bit_depth_t bit_depth;
|
D | dct_test.cc | 97 typedef tuple<int, const FuncInfo *, int, vpx_bit_depth_t> DctParam; 425 vpx_bit_depth_t bit_depth_;
|
D | sad_test.cc | 90 bit_depth_ = static_cast<vpx_bit_depth_t>(params_.bit_depth); in SetUp() 248 vpx_bit_depth_t bit_depth_;
|
/external/libvpx/vpx/ |
D | vpx_codec.h | 224 } vpx_bit_depth_t; typedef
|
D | vpx_encoder.h | 324 vpx_bit_depth_t g_bit_depth;
|
/external/libvpx/ |
D | tools_common.h | 98 vpx_bit_depth_t bit_depth;
|
/external/libvpx/examples/ |
D | vpx_temporal_svc_encoder.c | 656 vpx_bit_depth_t bit_depth = VPX_BITS_8; in main()
|
12