/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 147 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in ARGBRotate180()
|
D | rotate.cc | 171 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in RotatePlane180()
|
D | row_any.cc | 435 ANY11(CopyRow_Any_SSE2, CopyRow_SSE2, 0, 1, 1, 31)
|
D | row_gcc.cc | 3772 void CopyRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_SSE2() function
|
D | convert.cc | 283 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane2()
|
D | planar_functions.cc | 56 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane()
|
D | row_win.cc | 3279 __declspec(naked) void CopyRow_SSE2(const uint8_t* src,
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate_argb.cc | 123 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in ARGBRotate180()
|
D | rotate.cc | 154 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in RotatePlane180()
|
D | row_any.cc | 243 ANY11(CopyRow_Any_SSE2, CopyRow_SSE2, 0, 1, 1, 31)
|
D | convert.cc | 193 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane2()
|
D | row_gcc.cc | 2592 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
|
D | planar_functions.cc | 46 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane()
|
D | row_win.cc | 3337 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
|
/external/libyuv/files/source/ |
D | rotate_argb.cc | 158 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in ARGBRotate180()
|
D | rotate.cc | 189 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in RotatePlane180()
|
D | row_any.cc | 372 ANY11(CopyRow_Any_SSE2, CopyRow_SSE2, 0, 1, 1, 31)
|
D | convert.cc | 197 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane2()
|
D | row_gcc.cc | 2758 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
|
D | planar_functions.cc | 55 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2; in CopyPlane()
|
D | row_win.cc | 3277 __declspec(naked) void CopyRow_SSE2(const uint8* src, uint8* dst, int count) {
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 805 void CopyRow_SSE2(const uint8* src, uint8* dst, int count);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1440 void CopyRow_SSE2(const uint8* src, uint8* dst, int count);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1486 void CopyRow_SSE2(const uint8_t* src, uint8_t* dst, int width);
|