/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 173 vpx_bit_depth_t bit_depth); 175 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth); 244 double correction_factor, vpx_bit_depth_t bit_depth); 258 vpx_bit_depth_t bit_depth); 264 vpx_bit_depth_t bit_depth);
|
D | vp9_rd.h | 182 vpx_bit_depth_t bit_depth);
|
D | vp9_ratectrl.c | 108 vpx_bit_depth_t bit_depth) { in get_minq_index() 128 int *inter, int *rtc, vpx_bit_depth_t bit_depth) { in init_minq_luts() 158 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth) { in vp9_convert_qindex_to_q() 179 vpx_bit_depth_t bit_depth) { in vp9_rc_bits_per_mb() 193 vpx_bit_depth_t bit_depth) { in vp9_estimate_bits_at_q() 591 vpx_bit_depth_t bit_depth) { in get_kf_active_quality() 601 vpx_bit_depth_t bit_depth) { in get_gf_active_quality() 1668 vpx_bit_depth_t bit_depth) { in vp9_compute_qdelta() 1692 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() 186 static int compute_rd_thresh_factor(int qindex, vpx_bit_depth_t bit_depth) { in compute_rd_thresh_factor() 649 vpx_bit_depth_t bit_depth) { in vp9_get_intra_cost_penalty()
|
D | vp9_encoder.h | 125 vpx_bit_depth_t bit_depth; // Codec bit-depth.
|
D | vp9_quantize.c | 231 static int get_qzbin_factor(int q, vpx_bit_depth_t bit_depth) { in get_qzbin_factor()
|
D | vp9_firstpass.c | 467 static int find_fp_qindex(vpx_bit_depth_t bit_depth) { in find_fp_qindex() 1160 vpx_bit_depth_t bit_depth) { in calc_correction_factor()
|
/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 | 229 int16_t vp9_dc_quant(int qindex, int delta, vpx_bit_depth_t bit_depth) { in vp9_dc_quant() 248 int16_t vp9_ac_quant(int qindex, int delta, vpx_bit_depth_t bit_depth) { in vp9_ac_quant()
|
D | vp9_onyxc_int.h | 257 vpx_bit_depth_t bit_depth; 258 vpx_bit_depth_t dequant_bit_depth; // bit_depth of current dequantizer
|
/external/libvpx/libvpx/test/ |
D | vp9_error_block_test.cc | 38 typedef std::tr1::tuple<ErrorBlockFunc, ErrorBlockFunc, vpx_bit_depth_t> 54 vpx_bit_depth_t bit_depth_;
|
D | vp9_quantize_test.cc | 42 typedef std::tr1::tuple<QuantizeFunc, QuantizeFunc, vpx_bit_depth_t> 58 vpx_bit_depth_t bit_depth_; 77 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; 527 vpx_bit_depth_t bit_depth_;
|
D | fdct4x4_test.cc | 39 typedef std::tr1::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct4x4Param; 40 typedef std::tr1::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht4x4Param; 277 vpx_bit_depth_t bit_depth_;
|
D | dct16x16_test.cc | 244 typedef std::tr1::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct16x16Param; 245 typedef std::tr1::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht16x16Param; 246 typedef std::tr1::tuple<IdctFunc, IdctFunc, int, vpx_bit_depth_t> 628 vpx_bit_depth_t bit_depth_;
|
D | dct32x32_test.cc | 80 typedef std::tr1::tuple<FwdTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t> 113 vpx_bit_depth_t bit_depth_;
|
D | vp9_end_to_end_test.cc | 42 vpx_bit_depth_t bit_depth;
|
D | vp9_arf_freq_test.cc | 36 vpx_bit_depth_t bit_depth;
|
D | variance_test.cc | 81 vpx_bit_depth_t bit_depth) { in variance_ref() 121 vpx_bit_depth_t bit_depth) { in subpel_variance_ref() 224 bit_depth_ = static_cast<vpx_bit_depth_t>(get<3>(params)); in SetUp() 272 vpx_bit_depth_t bit_depth_; 492 vpx_bit_depth_t bit_depth) { in subpel_avg_variance_ref() 555 bit_depth_ = (vpx_bit_depth_t) get<3>(params); in SetUp() 610 vpx_bit_depth_t bit_depth_;
|
D | sad_test.cc | 106 bit_depth_ = static_cast<vpx_bit_depth_t>(bd_); in SetUp() 225 vpx_bit_depth_t bit_depth_;
|
/external/libvpx/libvpx/ |
D | tools_common.h | 95 vpx_bit_depth_t bit_depth;
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 223 } vpx_bit_depth_t; typedef
|
D | vpx_encoder.h | 362 vpx_bit_depth_t g_bit_depth;
|
/external/libvpx/libvpx/examples/ |
D | vpx_temporal_svc_encoder.c | 496 vpx_bit_depth_t bit_depth = VPX_BITS_8; in main()
|