Home
last modified time | relevance | path

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

/external/libaom/libaom/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.cc145 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in RotatePlane180() local
149 MirrorRow = MirrorRow_Any_NEON; in RotatePlane180()
151 MirrorRow = MirrorRow_NEON; in RotatePlane180()
157 MirrorRow = MirrorRow_Any_SSSE3; in RotatePlane180()
159 MirrorRow = MirrorRow_SSSE3; in RotatePlane180()
165 MirrorRow = MirrorRow_Any_AVX2; in RotatePlane180()
167 MirrorRow = MirrorRow_AVX2; in RotatePlane180()
176 MirrorRow = MirrorRow_DSPR2; in RotatePlane180()
181 MirrorRow = MirrorRow_Any_MSA; in RotatePlane180()
183 MirrorRow = MirrorRow_MSA; in RotatePlane180()
[all …]
Dplanar_functions.cc410 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in MirrorPlane() local
419 MirrorRow = MirrorRow_Any_NEON; in MirrorPlane()
421 MirrorRow = MirrorRow_NEON; in MirrorPlane()
427 MirrorRow = MirrorRow_Any_SSSE3; in MirrorPlane()
429 MirrorRow = MirrorRow_SSSE3; in MirrorPlane()
435 MirrorRow = MirrorRow_Any_AVX2; in MirrorPlane()
437 MirrorRow = MirrorRow_AVX2; in MirrorPlane()
446 MirrorRow = MirrorRow_DSPR2; in MirrorPlane()
451 MirrorRow = MirrorRow_Any_MSA; in MirrorPlane()
453 MirrorRow = MirrorRow_MSA; in MirrorPlane()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc135 void (*MirrorRow)(const uint8_t* src, uint8_t* dst, int width) = MirrorRow_C; in RotatePlane180() local
139 MirrorRow = MirrorRow_Any_NEON; in RotatePlane180()
141 MirrorRow = MirrorRow_NEON; in RotatePlane180()
147 MirrorRow = MirrorRow_Any_SSSE3; in RotatePlane180()
149 MirrorRow = MirrorRow_SSSE3; in RotatePlane180()
155 MirrorRow = MirrorRow_Any_AVX2; in RotatePlane180()
157 MirrorRow = MirrorRow_AVX2; in RotatePlane180()
163 MirrorRow = MirrorRow_Any_MSA; in RotatePlane180()
165 MirrorRow = MirrorRow_MSA; in RotatePlane180()
192 MirrorRow(src, row, width); // Mirror first row into a buffer in RotatePlane180()
[all …]
Dplanar_functions.cc615 void (*MirrorRow)(const uint8_t* src, uint8_t* dst, int width) = MirrorRow_C; in MirrorPlane() local
624 MirrorRow = MirrorRow_Any_NEON; in MirrorPlane()
626 MirrorRow = MirrorRow_NEON; in MirrorPlane()
632 MirrorRow = MirrorRow_Any_SSSE3; in MirrorPlane()
634 MirrorRow = MirrorRow_SSSE3; in MirrorPlane()
640 MirrorRow = MirrorRow_Any_AVX2; in MirrorPlane()
642 MirrorRow = MirrorRow_AVX2; in MirrorPlane()
648 MirrorRow = MirrorRow_Any_MSA; in MirrorPlane()
650 MirrorRow = MirrorRow_MSA; in MirrorPlane()
657 MirrorRow(src_y, dst_y, width); in MirrorPlane()