Searched refs:CopyRow_SSE2 (Results 1 – 15 of 15) sorted by relevance
/external/libyuv/files/source/ |
D | rotate_argb.cc | 106 CopyRow = CopyRow_SSE2; in ARGBRotate180()
|
D | row_posix.cc | 2107 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
|
D | rotate.cc | 877 CopyRow = CopyRow_SSE2; in RotatePlane180()
|
D | convert.cc | 373 CopyRow = CopyRow_SSE2; in CopyPlane2() 529 CopyRow = CopyRow_SSE2; in Q420ToI420()
|
D | planar_functions.cc | 46 CopyRow = CopyRow_SSE2; in CopyPlane()
|
D | convert_from.cc | 65 CopyRow = CopyRow_SSE2; in I420ToI422()
|
D | row_win.cc | 2486 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 136 CopyRow = CopyRow_SSE2; in ARGBRotate180()
|
D | convert.cc | 201 CopyRow = CopyRow_SSE2; in CopyPlane2() 441 CopyRow = CopyRow_SSE2; in Q420ToI420()
|
D | rotate.cc | 930 CopyRow = CopyRow_SSE2; in RotatePlane180()
|
D | planar_functions.cc | 53 CopyRow = CopyRow_SSE2; in CopyPlane()
|
D | row_posix.cc | 3245 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
|
D | row_win.cc | 3670 void CopyRow_SSE2(const uint8* src, uint8* dst, int count) { in CopyRow_SSE2() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 260 void CopyRow_SSE2(const uint8* src, uint8* dst, int count);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 798 void CopyRow_SSE2(const uint8* src, uint8* dst, int count);
|