Searched refs:MirrorRow_C (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drotate.cc883 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C;
H A Dplanar_functions.cc234 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C;
H A Drow_common.cc1489 void MirrorRow_C(const uint8* src, uint8* dst, int width) { function
/external/libyuv/files/include/libyuv/
H A Drow.h247 void MirrorRow_C(const uint8* src, uint8* dst, int width);
/external/libyuv/files/source/
H A Drotate.cc840 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C;
H A Dplanar_functions.cc82 void (*MirrorRow)(const uint8* src, uint8* dst, int width) = MirrorRow_C;
H A Drow_common.cc665 void MirrorRow_C(const uint8* src, uint8* dst, int width) { function
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h746 void MirrorRow_C(const uint8* src, uint8* dst, int width);

Completed in 66 milliseconds