Home
last modified time | relevance | path

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/
Dscale.h24 kFilterBilinear = 1, // Faster than box, but lower quality scaling down. enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3664 } else if (filtering == kFilterBilinear || src_height * 2 > dst_height) { in ScalePlaneDown()