Home
last modified time | relevance | path

Searched refs:MirrorRow (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/source/
Drotate.cc840 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in RotatePlane180() local
843 MirrorRow = MirrorRow_NEON; in RotatePlane180()
851 MirrorRow = MirrorRow_SSE2; in RotatePlane180()
859 MirrorRow = MirrorRow_SSSE3; in RotatePlane180()
890 MirrorRow(src, row, width); // Mirror first row into a buffer in RotatePlane180()
892 MirrorRow(src_bot, dst, width); // Mirror last row into first row in RotatePlane180()
Dplanar_functions.cc82 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in MirrorPlane() local
85 MirrorRow = MirrorRow_NEON; in MirrorPlane()
90 MirrorRow = MirrorRow_SSE2; in MirrorPlane()
94 MirrorRow = MirrorRow_SSSE3; in MirrorPlane()
102 MirrorRow(src_y, dst_y, width); in MirrorPlane()