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