Searched refs:get_minq_index (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.c | 106 static int get_minq_index(double maxq, double x3, double x2, double x1, in get_minq_index() function 123 kf_low_m[i] = get_minq_index(maxq, 0.000001, -0.0004, 0.150, bit_depth); in init_minq_luts() 124 kf_high_m[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.45, bit_depth); in init_minq_luts() 125 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.30, bit_depth); in init_minq_luts() 126 arfgf_high[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.55, bit_depth); in init_minq_luts() 127 inter[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.90, bit_depth); in init_minq_luts() 128 rtc[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.70, bit_depth); in init_minq_luts()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 109 static int get_minq_index(double maxq, double x3, double x2, double x1, in get_minq_index() function 131 kf_low_m[i] = get_minq_index(maxq, 0.000001, -0.0004, 0.150, bit_depth); in init_minq_luts() 132 kf_high_m[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.45, bit_depth); in init_minq_luts() 134 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.275, bit_depth); in init_minq_luts() 135 inter[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.80, bit_depth); in init_minq_luts() 137 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.30, bit_depth); in init_minq_luts() 138 inter[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.70, bit_depth); in init_minq_luts() 140 arfgf_high[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.55, bit_depth); in init_minq_luts() 141 rtc[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.70, bit_depth); in init_minq_luts()
|