Searched refs:CopyRow_C (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 96 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in ARGBRotate180()
|
D | rotate.cc | 111 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in RotatePlane180()
|
D | convert.cc | 193 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane2()
|
D | planar_functions.cc | 33 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane()
|
D | row_common.cc | 1819 void CopyRow_C(const uint8* src, uint8* dst, int count) { in CopyRow_C() function
|
/external/libyuv/files/source/ |
D | rotate_argb.cc | 123 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in ARGBRotate180()
|
D | rotate.cc | 146 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in RotatePlane180()
|
D | convert.cc | 194 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane2()
|
D | planar_functions.cc | 36 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane()
|
D | row_common.cc | 1773 void CopyRow_C(const uint8* src, uint8* dst, int count) { in CopyRow_C() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 872 void CopyRow_C(const uint8* src, uint8* dst, int count);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1445 void CopyRow_C(const uint8* src, uint8* dst, int count);
|