Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc110 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in RotatePlane180() local
114 MirrorRow = MirrorRow_Any_NEON; in RotatePlane180()
116 MirrorRow = MirrorRow_NEON; in RotatePlane180()
122 MirrorRow = MirrorRow_Any_SSE2; in RotatePlane180()
124 MirrorRow = MirrorRow_SSE2; in RotatePlane180()
130 MirrorRow = MirrorRow_Any_SSSE3; in RotatePlane180()
132 MirrorRow = MirrorRow_SSSE3; in RotatePlane180()
138 MirrorRow = MirrorRow_Any_AVX2; in RotatePlane180()
140 MirrorRow = MirrorRow_AVX2; in RotatePlane180()
149 MirrorRow = MirrorRow_MIPS_DSPR2; in RotatePlane180()
[all …]
Dplanar_functions.cc225 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in MirrorPlane() local
234 MirrorRow = MirrorRow_Any_NEON; in MirrorPlane()
236 MirrorRow = MirrorRow_NEON; in MirrorPlane()
242 MirrorRow = MirrorRow_Any_SSE2; in MirrorPlane()
244 MirrorRow = MirrorRow_SSE2; in MirrorPlane()
250 MirrorRow = MirrorRow_Any_SSSE3; in MirrorPlane()
252 MirrorRow = MirrorRow_SSSE3; in MirrorPlane()
258 MirrorRow = MirrorRow_Any_AVX2; in MirrorPlane()
260 MirrorRow = MirrorRow_AVX2; in MirrorPlane()
269 MirrorRow = MirrorRow_MIPS_DSPR2; in MirrorPlane()
[all …]
/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()