Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc123 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in ARGBRotate180()
Drotate.cc146 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in RotatePlane180()
Drow_any.cc316 ANY11(CopyRow_Any_SSE2, CopyRow_SSE2, 0, 1, 1, 31)
Dconvert.cc196 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane2()
Drow_gcc.cc2798 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
Dplanar_functions.cc53 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane()
Drow_win.cc3393 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) {
/external/libyuv/files/source/
Drotate_argb.cc158 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in ARGBRotate180()
Drotate.cc189 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in RotatePlane180()
Drow_any.cc372 ANY11(CopyRow_Any_SSE2, CopyRow_SSE2, 0, 1, 1, 31)
Dconvert.cc197 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane2()
Drow_gcc.cc2758 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
Dplanar_functions.cc55 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane()
Drow_win.cc3277 __declspec(naked) void CopyRow_SSE2(const uint8* src, uint8* dst, int count) {
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h867 void CopyRow_SSE2(const uint8* src, uint8* dst, int count);
/external/libyuv/files/include/libyuv/
Drow.h1440 void CopyRow_SSE2(const uint8* src, uint8* dst, int count);