Searched refs:MirrorRow (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 883 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in RotatePlane180() local 887 MirrorRow = MirrorRow_NEON; in RotatePlane180() 894 MirrorRow = MirrorRow_SSE2; in RotatePlane180() 901 MirrorRow = MirrorRow_SSSE3; in RotatePlane180() 906 MirrorRow = MirrorRow_AVX2; in RotatePlane180() 913 MirrorRow = MirrorRow_MIPS_DSPR2; in RotatePlane180() 946 MirrorRow(src, row, width); // Mirror first row into a buffer in RotatePlane180() 948 MirrorRow(src_bot, dst, width); // Mirror last row into first row in RotatePlane180()
|
D | planar_functions.cc | 234 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in MirrorPlane() local 243 MirrorRow = MirrorRow_NEON; in MirrorPlane() 248 MirrorRow = MirrorRow_SSE2; in MirrorPlane() 255 MirrorRow = MirrorRow_SSSE3; in MirrorPlane() 260 MirrorRow = MirrorRow_AVX2; in MirrorPlane() 266 MirrorRow(src_y, dst_y, width); in MirrorPlane()
|
/external/chromium_org/third_party/libyuv/source/ |
D | rotate.cc | 883 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in RotatePlane180() local 887 MirrorRow = MirrorRow_NEON; in RotatePlane180() 894 MirrorRow = MirrorRow_SSE2; in RotatePlane180() 901 MirrorRow = MirrorRow_SSSE3; in RotatePlane180() 906 MirrorRow = MirrorRow_AVX2; in RotatePlane180() 913 MirrorRow = MirrorRow_MIPS_DSPR2; in RotatePlane180() 946 MirrorRow(src, row, width); // Mirror first row into a buffer in RotatePlane180() 948 MirrorRow(src_bot, dst, width); // Mirror last row into first row in RotatePlane180()
|
D | planar_functions.cc | 234 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in MirrorPlane() local 243 MirrorRow = MirrorRow_NEON; in MirrorPlane() 248 MirrorRow = MirrorRow_SSE2; in MirrorPlane() 255 MirrorRow = MirrorRow_SSSE3; in MirrorPlane() 260 MirrorRow = MirrorRow_AVX2; in MirrorPlane() 266 MirrorRow(src_y, dst_y, width); in MirrorPlane()
|
/external/libyuv/files/source/ |
D | rotate.cc | 840 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()
|
D | planar_functions.cc | 82 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()
|