Searched refs:MirrorRow_SSSE3 (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 132 MirrorRow = MirrorRow_SSSE3; in RotatePlane180()
|
D | row_any.cc | 497 ANY11M(MirrorRow_Any_SSSE3, MirrorRow_SSSE3, 1, 15)
|
D | row_gcc.cc | 2300 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width) { in MirrorRow_SSSE3() function
|
D | planar_functions.cc | 252 MirrorRow = MirrorRow_SSSE3; in MirrorPlane()
|
D | row_win.cc | 3043 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width) { in MirrorRow_SSSE3() function
|
/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/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 | 747 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width);
|