Home
last modified time | relevance | path

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

/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.cc193 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane2()
Dplanar_functions.cc33 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane()
Drow_common.cc1819 void CopyRow_C(const uint8* src, uint8* dst, int count) { in CopyRow_C() function
/external/libyuv/files/source/
Drotate_argb.cc123 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in ARGBRotate180()
Drotate.cc146 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in RotatePlane180()
Dconvert.cc194 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane2()
Dplanar_functions.cc36 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane()
Drow_common.cc1773 void CopyRow_C(const uint8* src, uint8* dst, int count) { in CopyRow_C() function
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h872 void CopyRow_C(const uint8* src, uint8* dst, int count);
/external/libyuv/files/include/libyuv/
Drow.h1445 void CopyRow_C(const uint8* src, uint8* dst, int count);