Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drotate_argb.cc91 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in ARGBRotate180()
Drotate.cc862 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in RotatePlane180()
Dconvert.cc360 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane2()
514 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in Q420ToI420()
Dconvert_from.cc51 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in I420ToI422()
Dplanar_functions.cc31 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane()
Drow_common.cc720 void CopyRow_C(const uint8* src, uint8* dst, int count) { in CopyRow_C() function
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc96 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in ARGBRotate180()
Drotate.cc111 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in RotatePlane180()
Dconvert.cc190 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane2()
Dplanar_functions.cc32 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane()
Drow_common.cc1706 void CopyRow_C(const uint8* src, uint8* dst, int count) { in CopyRow_C() function
/external/libyuv/files/include/libyuv/
Drow.h263 void CopyRow_C(const uint8* src, uint8* dst, int count);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h809 void CopyRow_C(const uint8* src, uint8* dst, int count);