Searched refs:MirrorRow_NEON (Results 1 – 10 of 10) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon.cc | 406 void MirrorRow_NEON(const uint8* src, uint8* dst, int width) { in MirrorRow_NEON() function
|
D | rotate.cc | 46 void MirrorRow_NEON(const uint8* src, uint8* dst, int width); 843 MirrorRow = MirrorRow_NEON; in RotatePlane180()
|
D | planar_functions.cc | 85 MirrorRow = MirrorRow_NEON; in MirrorPlane()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 116 MirrorRow = MirrorRow_NEON; in RotatePlane180()
|
D | row_any.cc | 503 ANY11M(MirrorRow_Any_NEON, MirrorRow_NEON, 1, 15)
|
D | row_neon.cc | 851 void MirrorRow_NEON(const uint8* src, uint8* dst, int width) { in MirrorRow_NEON() function
|
D | row_neon64.cc | 827 void MirrorRow_NEON(const uint8* src, uint8* dst, int width) { in MirrorRow_NEON() function
|
D | planar_functions.cc | 236 MirrorRow = MirrorRow_NEON; in MirrorPlane()
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 246 void MirrorRow_NEON(const uint8* src, uint8* dst, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 749 void MirrorRow_NEON(const uint8* src, uint8* dst, int width);
|