Home
last modified time | relevance | path

Searched refs:ScaleRowDown4_NEON (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c105 static void ScaleRowDown4_NEON(const uint8* src_ptr, int src_stride, in ScaleRowDown4_NEON() function
3109 ScaleRowDown4 = filtering ? ScaleRowDown4Int_NEON : ScaleRowDown4_NEON; in ScalePlaneDown4()