Searched refs:arfgf_low (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 125 static void init_minq_luts(int *kf_low_m, int *kf_high_m, int *arfgf_low, in init_minq_luts() argument 134 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.275, 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()
|
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.c | 117 static void init_minq_luts(int *kf_low_m, int *kf_high_m, int *arfgf_low, in init_minq_luts() argument 125 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.30, bit_depth); in init_minq_luts()
|