Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_picklpf.c54 int filt_direction = 0; in search_filter_level() local
87 if (filt_direction <= 0 && filt_low != filt_mid) { in search_filter_level()
107 if (filt_direction >= 0 && filt_high != filt_mid) { in search_filter_level()
124 filt_direction = 0; in search_filter_level()
126 filt_direction = (filt_best < filt_mid) ? -1 : 1; in search_filter_level()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dpicklpf.c281 int filt_direction = 0; in vp8cx_pick_filter_level() local
337 if ((filt_direction <= 0) && (filt_low != filt_mid)) in vp8cx_pick_filter_level()
366 if ((filt_direction >= 0) && (filt_high != filt_mid)) in vp8cx_pick_filter_level()
394 filt_direction = 0; in vp8cx_pick_filter_level()
398 filt_direction = (filt_best < filt_mid) ? -1 : 1; in vp8cx_pick_filter_level()