Searched refs:MirrorRow_SSE2 (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 124 MirrorRow = MirrorRow_SSE2; in RotatePlane180()
|
D | row_any.cc | 500 ANY11M(MirrorRow_Any_SSE2, MirrorRow_SSE2, 1, 15)
|
D | row_gcc.cc | 2348 void MirrorRow_SSE2(const uint8* src, uint8* dst, int width) { in MirrorRow_SSE2() function
|
D | planar_functions.cc | 244 MirrorRow = MirrorRow_SSE2; in MirrorPlane()
|
D | row_win.cc | 3087 void MirrorRow_SSE2(const uint8* src, uint8* dst, int width) { in MirrorRow_SSE2() function
|
/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/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 | 748 void MirrorRow_SSE2(const uint8* src, uint8* dst, int width);
|