Searched refs:MirrorRow_SSE2 (Results 1 – 10 of 10) sorted by relevance
/external/libyuv/files/source/ |
D | row_posix.cc | 1973 void MirrorRow_SSE2(const uint8* src, uint8* dst, int width) { in MirrorRow_SSE2() function
|
D | rotate.cc | 851 MirrorRow = MirrorRow_SSE2; in RotatePlane180()
|
D | planar_functions.cc | 90 MirrorRow = MirrorRow_SSE2; in MirrorPlane()
|
D | row_win.cc | 2354 void MirrorRow_SSE2(const uint8* src, uint8* dst, int width) { in MirrorRow_SSE2() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 894 MirrorRow = MirrorRow_SSE2; in RotatePlane180()
|
D | planar_functions.cc | 248 MirrorRow = MirrorRow_SSE2; in MirrorPlane()
|
D | row_posix.cc | 2995 void MirrorRow_SSE2(const uint8* src, uint8* dst, int width) { in MirrorRow_SSE2() function
|
D | row_win.cc | 3338 void MirrorRow_SSE2(const uint8* src, uint8* dst, int width) { in MirrorRow_SSE2() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 245 void MirrorRow_SSE2(const uint8* src, uint8* dst, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 743 void MirrorRow_SSE2(const uint8* src, uint8* dst, int width);
|