Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc147 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in ARGBRotate180()
Drotate.cc171 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in RotatePlane180()
Drow_any.cc435 ANY11(CopyRow_Any_SSE2, CopyRow_SSE2, 0, 1, 1, 31)
Drow_gcc.cc3772 void CopyRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_SSE2() function
Dconvert.cc283 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane2()
Dplanar_functions.cc56 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane()
Drow_win.cc3279 __declspec(naked) void CopyRow_SSE2(const uint8_t* src,
/external/libaom/libaom/third_party/libyuv/source/
Drotate_argb.cc123 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in ARGBRotate180()
Drotate.cc154 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in RotatePlane180()
Drow_any.cc243 ANY11(CopyRow_Any_SSE2, CopyRow_SSE2, 0, 1, 1, 31)
Dconvert.cc193 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane2()
Drow_gcc.cc2592 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
Dplanar_functions.cc46 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane()
Drow_win.cc3337 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
/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/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h805 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);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1486 void CopyRow_SSE2(const uint8_t* src, uint8_t* dst, int width);