Searched refs:MirrorRow_SSSE3 (Results 1 – 10 of 10) sorted by relevance
/external/libyuv/files/source/ |
D | row_posix.cc | 1947 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width) { in MirrorRow_SSSE3() function
|
D | rotate.cc | 859 MirrorRow = MirrorRow_SSSE3; in RotatePlane180()
|
D | planar_functions.cc | 94 MirrorRow = MirrorRow_SSSE3; in MirrorPlane()
|
D | row_win.cc | 2329 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width) { in MirrorRow_SSSE3() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 901 MirrorRow = MirrorRow_SSSE3; in RotatePlane180()
|
D | planar_functions.cc | 255 MirrorRow = MirrorRow_SSSE3; in MirrorPlane()
|
D | row_posix.cc | 2966 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width) { in MirrorRow_SSSE3() function
|
D | row_win.cc | 3282 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width) { in MirrorRow_SSSE3() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 244 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 742 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width);
|