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

  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c 111 int filt_best; local
134 filt_best = filt_mid;
173 filt_best = filt_low;
190 filt_best = filt_high;
195 if (filt_best == filt_mid) {
199 filt_direction = (filt_best < filt_mid) ? -1 : 1;
200 filt_mid = filt_best;
204 lf->filter_level = filt_best;
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 280 int filt_best; local
325 filt_best = filt_mid;
361 filt_best = filt_low;
384 filt_best = filt_high;
391 if (filt_best == filt_mid)
398 filt_direction = (filt_best < filt_mid) ? -1 : 1;
399 filt_mid = filt_best;
403 cm->filter_level = filt_best;

Completed in 35 milliseconds