Searched refs:CopyRow_C (Results 1 – 13 of 13) sorted by relevance
/external/libyuv/files/source/ |
D | rotate_argb.cc | 91 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in ARGBRotate180()
|
D | rotate.cc | 862 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in RotatePlane180()
|
D | convert.cc | 360 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()
|
D | convert_from.cc | 51 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in I420ToI422()
|
D | planar_functions.cc | 31 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane()
|
D | row_common.cc | 720 void CopyRow_C(const uint8* src, uint8* dst, int count) { in CopyRow_C() function
|
/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 | 190 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane2()
|
D | planar_functions.cc | 32 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane()
|
D | row_common.cc | 1706 void CopyRow_C(const uint8* src, uint8* dst, int count) { in CopyRow_C() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 263 void CopyRow_C(const uint8* src, uint8* dst, int count);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 809 void CopyRow_C(const uint8* src, uint8* dst, int count);
|