HomeSort by relevance Sort by last modified time
    Searched refs:filt_direction (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c 74 int filt_direction = 0; local
108 if (filt_direction <= 0 && filt_low != filt_mid) {
124 if (filt_direction >= 0 && filt_high != filt_mid) {
138 filt_direction = 0;
140 filt_direction = (filt_best < filt_mid) ? -1 : 1;
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 270 int filt_direction = 0; local
332 if ((filt_direction <= 0) && (filt_low != filt_mid)) {
357 if ((filt_direction >= 0) && (filt_high != filt_mid)) {
381 filt_direction = 0;
383 filt_direction = (filt_best < filt_mid) ? -1 : 1;

Completed in 78 milliseconds