Searched refs:kFilterBilinear (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
H A Dscale.h24 kFilterBilinear = 1, // Faster than box, but lower quality scaling down. enumerator in enum:libyuv::__anon1033
32 // If filtering is kFilterBilinear, interpolation is used to produce a better
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c3664 } else if (filtering == kFilterBilinear || src_height * 2 > dst_height) {

Completed in 103 milliseconds