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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_picklpf.c 57 int filt_direction = 0; local
91 if (filt_direction <= 0 && filt_low != filt_mid) {
108 if (filt_direction >= 0 && filt_high != filt_mid) {
122 filt_direction = 0;
124 filt_direction = (filt_best < filt_mid) ? -1 : 1;
  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c 54 int filt_direction = 0; local
87 if (filt_direction <= 0 && filt_low != filt_mid) {
107 if (filt_direction >= 0 && filt_high != filt_mid) {
124 filt_direction = 0;
126 filt_direction = (filt_best < filt_mid) ? -1 : 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_picklpf.c 54 int filt_direction = 0; local
87 if (filt_direction <= 0 && filt_low != filt_mid) {
107 if (filt_direction >= 0 && filt_high != filt_mid) {
124 filt_direction = 0;
126 filt_direction = (filt_best < filt_mid) ? -1 : 1;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
picklpf.c 281 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;
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 281 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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
picklpf.c 281 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 173 milliseconds