Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c804 static void ScaleRowDown8_SSE2(const uint8* src_ptr, int src_stride, in ScaleRowDown8_SSE2() function
1633 static void ScaleRowDown8_SSE2(const uint8* src_ptr, int src_stride, in ScaleRowDown8_SSE2() function
3156 ScaleRowDown8 = filtering ? ScaleRowDown8Int_SSE2 : ScaleRowDown8_SSE2; in ScalePlaneDown8()