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

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 24 kFilterBilinear = 1, // Faster than box, but lower quality scaling down.
32 // If filtering is kFilterBilinear, interpolation is used to produce a better
  /external/libyuv/files/include/libyuv/
scale.h 24 kFilterBilinear = 1, // Faster than box, but lower quality scaling down.
40 // If filtering is kFilterBilinear, interpolation is used to produce a better
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h 24 kFilterBilinear = 1, // Faster than box, but lower quality scaling down.
32 // If filtering is kFilterBilinear, interpolation is used to produce a better
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
scale.h 25 kFilterBilinear = 2, // Faster than box, but lower quality scaling down.
47 // If filtering is kFilterBilinear, interpolation is used to produce a better
  /external/chromium_org/third_party/libyuv/include/libyuv/
scale.h 25 kFilterBilinear = 2, // Faster than box, but lower quality scaling down.
47 // If filtering is kFilterBilinear, interpolation is used to produce a better
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 401 libyuv::kFilterBilinear);
469 libyuv::kFilterBilinear);

Completed in 894 milliseconds