Searched refs:MirrorRow (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/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_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 …]
|
D | planar_functions.cc | 225 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/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 135 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 …]
|
D | planar_functions.cc | 615 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()
|
/external/libyuv/files/source/ |
D | rotate.cc | 140 void (*MirrorRow)(const uint8_t* src, uint8_t* dst, int width) = MirrorRow_C; in RotatePlane180() local 144 MirrorRow = MirrorRow_Any_NEON; in RotatePlane180() 146 MirrorRow = MirrorRow_NEON; in RotatePlane180() 152 MirrorRow = MirrorRow_Any_SSSE3; in RotatePlane180() 154 MirrorRow = MirrorRow_SSSE3; in RotatePlane180() 160 MirrorRow = MirrorRow_Any_AVX2; in RotatePlane180() 162 MirrorRow = MirrorRow_AVX2; in RotatePlane180() 168 MirrorRow = MirrorRow_Any_MSA; in RotatePlane180() 170 MirrorRow = MirrorRow_MSA; in RotatePlane180() 176 MirrorRow = MirrorRow_Any_MMI; in RotatePlane180() [all …]
|
D | planar_functions.cc | 703 void (*MirrorRow)(const uint8_t* src, uint8_t* dst, int width) = MirrorRow_C; in MirrorPlane() local 712 MirrorRow = MirrorRow_Any_NEON; in MirrorPlane() 714 MirrorRow = MirrorRow_NEON; in MirrorPlane() 720 MirrorRow = MirrorRow_Any_SSSE3; in MirrorPlane() 722 MirrorRow = MirrorRow_SSSE3; in MirrorPlane() 728 MirrorRow = MirrorRow_Any_AVX2; in MirrorPlane() 730 MirrorRow = MirrorRow_AVX2; in MirrorPlane() 736 MirrorRow = MirrorRow_Any_MSA; in MirrorPlane() 738 MirrorRow = MirrorRow_MSA; in MirrorPlane() 744 MirrorRow = MirrorRow_Any_MMI; in MirrorPlane() [all …]
|