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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_picklpf.c75 int filt_direction = 0; local
110 if (filt_direction <= 0 && filt_low != filt_mid) {
127 if (filt_direction >= 0 && filt_high != filt_mid) {
141 filt_direction = 0;
143 filt_direction = (filt_best < filt_mid) ? -1 : 1;
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c281 int filt_direction = 0; local
337 if ((filt_direction <= 0) && (filt_low != filt_mid))
366 if ((filt_direction >= 0) && (filt_high != filt_mid))
394 filt_direction = 0;
398 filt_direction = (filt_best < filt_mid) ? -1 : 1;

Completed in 76 milliseconds