Searched refs:MirrorRow (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/source/ |
D | rotate.cc | 145 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 …]
|
D | planar_functions.cc | 410 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/ |
D | rotate.cc | 110 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_SSSE3; in RotatePlane180() 124 MirrorRow = MirrorRow_SSSE3; in RotatePlane180() 130 MirrorRow = MirrorRow_Any_AVX2; in RotatePlane180() 132 MirrorRow = MirrorRow_AVX2; in RotatePlane180() 141 MirrorRow = MirrorRow_DSPR2; in RotatePlane180() 172 MirrorRow(src, row, width); // Mirror first row into a buffer in RotatePlane180() 174 MirrorRow(src_bot, dst, width); // Mirror last row into first row in RotatePlane180()
|
D | planar_functions.cc | 366 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in MirrorPlane() local 375 MirrorRow = MirrorRow_Any_NEON; in MirrorPlane() 377 MirrorRow = MirrorRow_NEON; in MirrorPlane() 383 MirrorRow = MirrorRow_Any_SSSE3; in MirrorPlane() 385 MirrorRow = MirrorRow_SSSE3; in MirrorPlane() 391 MirrorRow = MirrorRow_Any_AVX2; in MirrorPlane() 393 MirrorRow = MirrorRow_AVX2; in MirrorPlane() 402 MirrorRow = MirrorRow_DSPR2; in MirrorPlane() 408 MirrorRow(src_y, dst_y, width); in MirrorPlane()
|