Searched refs:MirrorRow_C (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 110 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in RotatePlane180()
|
D | planar_functions.cc | 225 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in MirrorPlane()
|
D | row_common.cc | 1631 void MirrorRow_C(const uint8* src, uint8* dst, int width) { in MirrorRow_C() function
|
/external/libyuv/files/source/ |
D | rotate.cc | 840 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in RotatePlane180()
|
D | planar_functions.cc | 82 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C; in MirrorPlane()
|
D | row_common.cc | 665 void MirrorRow_C(const uint8* src, uint8* dst, int width) { in MirrorRow_C() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 247 void MirrorRow_C(const uint8* src, uint8* dst, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 751 void MirrorRow_C(const uint8* src, uint8* dst, int width);
|