Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_picklpf.c74 int filt_direction = 0; in search_filter_level() local
108 if (filt_direction <= 0 && filt_low != filt_mid) { in search_filter_level()
124 if (filt_direction >= 0 && filt_high != filt_mid) { in search_filter_level()
138 filt_direction = 0; in search_filter_level()
140 filt_direction = (filt_best < filt_mid) ? -1 : 1; in search_filter_level()
/external/libaom/libaom/av1/encoder/
Dpicklpf.c102 int filt_direction = 0; in search_filter_level() local
151 if (filt_direction <= 0 && filt_low != filt_mid) { in search_filter_level()
169 if (filt_direction >= 0 && filt_high != filt_mid) { in search_filter_level()
185 filt_direction = 0; in search_filter_level()
187 filt_direction = (filt_best < filt_mid) ? -1 : 1; in search_filter_level()
/external/libvpx/libvpx/vp8/encoder/
Dpicklpf.c270 int filt_direction = 0; in vp8cx_pick_filter_level() local
332 if ((filt_direction <= 0) && (filt_low != filt_mid)) { in vp8cx_pick_filter_level()
357 if ((filt_direction >= 0) && (filt_high != filt_mid)) { in vp8cx_pick_filter_level()
381 filt_direction = 0; in vp8cx_pick_filter_level()
383 filt_direction = (filt_best < filt_mid) ? -1 : 1; in vp8cx_pick_filter_level()