/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 188 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);
|
D | vp9_ratectrl.c | 109 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()
|
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_rd.c | 121 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()
|
D | vp9_quantize.c | 201 static int get_qzbin_factor(int q, vpx_bit_depth_t bit_depth) { in get_qzbin_factor()
|
D | vp9_encoder.h | 146 vpx_bit_depth_t bit_depth; // Codec bit-depth.
|
/external/libvpx/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 | 231 vpx_bit_depth_t bit_depth; 232 vpx_bit_depth_t dequant_bit_depth; // bit_depth of current dequantizer
|
/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 37 typedef tuple<PartialFdctFunc, int /* size */, vpx_bit_depth_t> 99 vpx_bit_depth_t bit_depth_;
|
D | vp9_block_error_test.cc | 38 typedef std::tr1::tuple<HBDBlockErrorFunc, HBDBlockErrorFunc, vpx_bit_depth_t> 65 vpx_bit_depth_t bit_depth_;
|
D | fdct8x8_test.cc | 46 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_;
|
D | vp9_quantize_test.cc | 44 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_;
|
D | dct16x16_test.cc | 232 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_;
|
D | dct32x32_test.cc | 69 typedef std::tr1::tuple<FwdTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t> 98 vpx_bit_depth_t bit_depth_;
|
D | vp9_end_to_end_test.cc | 38 vpx_bit_depth_t bit_depth;
|
D | variance_test.cc | 80 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;
|
D | vp9_arf_freq_test.cc | 36 vpx_bit_depth_t bit_depth;
|
D | dct_test.cc | 45 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_;
|
D | sad_test.cc | 80 bit_depth_ = static_cast<vpx_bit_depth_t>(params_.bit_depth); in SetUp() 223 vpx_bit_depth_t bit_depth_;
|
/external/libvpx/libvpx/ |
D | tools_common.h | 97 vpx_bit_depth_t bit_depth;
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 221 } vpx_bit_depth_t; typedef
|
D | vpx_encoder.h | 335 vpx_bit_depth_t g_bit_depth;
|
/external/libvpx/libvpx/examples/ |
D | vpx_temporal_svc_encoder.c | 576 vpx_bit_depth_t bit_depth = VPX_BITS_8; in main()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1197 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()
|