Searched defs:ScaleRowDown8Int_SSE2 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c837 static void ScaleRowDown8Int_SSE2(const uint8* src_ptr, int src_stride, function
1660 void ScaleRowDown8Int_SSE2(const uint8* src_ptr, int src_stride,
1663 DECLARE_FUNCTION(ScaleRowDown8Int_SSE2)
2199 static void ScaleRowDown8Int_SSE2(const uint8* src_ptr, int src_stride, function
3156 ScaleRowDown8 = filtering ? ScaleRowDown8Int_SSE2 : ScaleRowDown8_SSE2;
/external/libyuv/files/source/
H A Dscale.cc476 static void ScaleRowDown8Int_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, function
1367 static void ScaleRowDown8Int_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, function
2380 ScaleRowDown8 = filtering ? ScaleRowDown8Int_SSE2 : ScaleRowDown8_SSE2;

Completed in 434 milliseconds