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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_picklpf.c 58 int best_err, filt_best; local
74 filt_best = filt_mid;
103 filt_best = filt_low;
115 filt_best = filt_high;
120 if (filt_best == filt_mid) {
124 filt_direction = (filt_best < filt_mid) ? -1 : 1;
125 filt_mid = filt_best;
129 return filt_best;
  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c 53 int filt_best; local
69 filt_best = filt_mid;
102 filt_best = filt_low;
117 filt_best = filt_high;
122 if (filt_best == filt_mid) {
126 filt_direction = (filt_best < filt_mid) ? -1 : 1;
127 filt_mid = filt_best;
131 lf->filter_level = filt_best;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_picklpf.c 53 int filt_best; local
69 filt_best = filt_mid;
102 filt_best = filt_low;
117 filt_best = filt_high;
122 if (filt_best == filt_mid) {
126 filt_direction = (filt_best < filt_mid) ? -1 : 1;
127 filt_mid = filt_best;
131 lf->filter_level = filt_best;
  /external/chromium_org/third_party/libvpx/source/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;
  /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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 364 milliseconds