Home
last modified time | relevance | path

Searched refs:filt_guess (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_picklpf.c168 int filt_guess; in vp9_pick_filter_level() local
171 filt_guess = ROUND_POWER_OF_TWO(q * 20723 + 1015158, 18); in vp9_pick_filter_level()
174 filt_guess = ROUND_POWER_OF_TWO(q * 20723 + 4060632, 20); in vp9_pick_filter_level()
177 filt_guess = ROUND_POWER_OF_TWO(q * 20723 + 16242526, 22); in vp9_pick_filter_level()
185 int filt_guess = ROUND_POWER_OF_TWO(q * 20723 + 1015158, 18); in vp9_pick_filter_level() local
188 filt_guess -= 4; in vp9_pick_filter_level()
189 lf->filter_level = clamp(filt_guess, min_filter_level, max_filter_level); in vp9_pick_filter_level()