Searched refs:get_minq_index (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 113 static int get_minq_index(double maxq, double x3, double x2, double x1, in get_minq_index() function 135 kf_low_m[i] = get_minq_index(maxq, 0.000001, -0.0004, 0.150, bit_depth); in init_minq_luts() 136 kf_high_m[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.55, bit_depth); in init_minq_luts() 138 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.275, bit_depth); in init_minq_luts() 139 inter[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.80, bit_depth); in init_minq_luts() 141 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.30, bit_depth); in init_minq_luts() 142 inter[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.70, bit_depth); in init_minq_luts() 144 arfgf_high[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.55, bit_depth); in init_minq_luts() 145 rtc[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.70, bit_depth); in init_minq_luts()
|