Searched refs:MirrorRow_SSSE3 (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 124 MirrorRow = MirrorRow_SSSE3; in RotatePlane180()
|
D | row_any.cc | 629 ANY11M(MirrorRow_Any_SSSE3, MirrorRow_SSSE3, 1, 15)
|
D | row_gcc.cc | 2532 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width) { in MirrorRow_SSSE3() function
|
D | planar_functions.cc | 385 MirrorRow = MirrorRow_SSSE3; in MirrorPlane()
|
D | row_win.cc | 3123 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width) {
|
/external/libyuv/files/source/ |
D | rotate.cc | 159 MirrorRow = MirrorRow_SSSE3; in RotatePlane180()
|
D | row_any.cc | 838 ANY11M(MirrorRow_Any_SSSE3, MirrorRow_SSSE3, 1, 15)
|
D | row_gcc.cc | 2476 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width) { in MirrorRow_SSSE3() function
|
D | planar_functions.cc | 429 MirrorRow = MirrorRow_SSSE3; in MirrorPlane()
|
D | row_win.cc | 3003 __declspec(naked) void MirrorRow_SSSE3(const uint8* src,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 809 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1334 void MirrorRow_SSSE3(const uint8* src, uint8* dst, int width);
|