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

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c804 static void ScaleRowDown8_SSE2(const uint8* src_ptr, int src_stride, function
1633 static void ScaleRowDown8_SSE2(const uint8* src_ptr, int src_stride, function
3156 ScaleRowDown8 = filtering ? ScaleRowDown8Int_SSE2 : ScaleRowDown8_SSE2;
/external/libyuv/files/source/
H A Dscale.cc444 static void ScaleRowDown8_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, function
1337 static void ScaleRowDown8_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, function
2380 ScaleRowDown8 = filtering ? ScaleRowDown8Int_SSE2 : ScaleRowDown8_SSE2;

Completed in 127 milliseconds