Home
last modified time | relevance | path

Searched refs:maxq (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c58 static int get_minq_index(double maxq, double x3, double x2, double x1) { in get_minq_index() argument
60 const double minqtarget = MIN(((x3 * maxq + x2) * maxq + x1) * maxq, in get_minq_index()
61 maxq); in get_minq_index()
79 const double maxq = vp9_convert_qindex_to_q(i); in vp9_rc_init_minq_luts() local
81 kf_low_motion_minq[i] = get_minq_index(maxq, 0.000001, -0.0004, 0.15); in vp9_rc_init_minq_luts()
82 kf_high_motion_minq[i] = get_minq_index(maxq, 0.000002, -0.0012, 0.50); in vp9_rc_init_minq_luts()
83 gf_low_motion_minq[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.32); in vp9_rc_init_minq_luts()
84 gf_high_motion_minq[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.50); in vp9_rc_init_minq_luts()
85 afq_low_motion_minq[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.33); in vp9_rc_init_minq_luts()
86 afq_high_motion_minq[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.55); in vp9_rc_init_minq_luts()
[all …]
Dvp9_onyx_if.c2009 int q, int maxq, int minq) { in recode_loop_test() argument
2026 if ((rc->projected_frame_size > high_limit && q < maxq) || in recode_loop_test()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c3043 int q, int maxq, int minq ) in recode_loop_test() argument
3059 if ( ((cpi->projected_frame_size > high_limit) && (q < maxq)) || in recode_loop_test()