Searched refs:MirrorRow_C (Results 1 – 12 of 12) 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()
|
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/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()
|
D | planar_functions.cc | 615 void (*MirrorRow)(const uint8_t* src, uint8_t* dst, int width) = MirrorRow_C; in MirrorPlane()
|
D | row_common.cc | 2025 void MirrorRow_C(const uint8_t* src, uint8_t* dst, int width) { in MirrorRow_C() function
|
/external/libyuv/files/source/ |
D | rotate.cc | 140 void (*MirrorRow)(const uint8_t* src, uint8_t* dst, int width) = MirrorRow_C; in RotatePlane180()
|
D | planar_functions.cc | 703 void (*MirrorRow)(const uint8_t* src, uint8_t* dst, int width) = MirrorRow_C; in MirrorPlane()
|
D | row_common.cc | 2025 void MirrorRow_C(const uint8_t* src, uint8_t* dst, int width) { in MirrorRow_C() function
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 752 void MirrorRow_C(const uint8* src, uint8* dst, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1258 void MirrorRow_C(const uint8_t* src, uint8_t* dst, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1478 void MirrorRow_C(const uint8_t* src, uint8_t* dst, int width);
|