Searched refs:CopyRow_C (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drotate_argb.cc104 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
H A Dconvert.cc190 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
405 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
H A Drotate.cc884 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
H A Dplanar_functions.cc32 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
H A Drow_common.cc1564 void CopyRow_C(const uint8* src, uint8* dst, int count) { function
/external/libyuv/files/source/
H A Drotate_argb.cc91 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
H A Drotate.cc862 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
H A Dconvert.cc360 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
514 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
H A Dconvert_from.cc51 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
H A Dplanar_functions.cc31 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
H A Drow_common.cc720 void CopyRow_C(const uint8* src, uint8* dst, int count) { function
/external/libyuv/files/include/libyuv/
H A Drow.h263 void CopyRow_C(const uint8* src, uint8* dst, int count);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h803 void CopyRow_C(const uint8* src, uint8* dst, int count);

Completed in 335 milliseconds