Searched refs:kf_high_m (Results 1 – 2 of 2) sorted by relevance
/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 124 kf_high_m[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.45, 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 132 kf_high_m[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.45, bit_depth); in init_minq_luts()
|