Searched refs:kf_low_m (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.c | 110 static void init_minq_luts(int *kf_low_m, int *kf_high_m, int *arfgf_low, in init_minq_luts() argument 116 kf_low_m[i] = get_minq_index(maxq, 0.000001, -0.0004, 0.150, bit_depth); in init_minq_luts()
|
/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 131 kf_low_m[i] = get_minq_index(maxq, 0.000001, -0.0004, 0.150, bit_depth); in init_minq_luts()
|