Searched refs:CopyRow_C (Results 1 – 19 of 19) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 112 CopyRow_C; in ARGBRotate180()
|
D | rotate.cc | 136 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in RotatePlane180()
|
D | convert.cc | 280 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in CopyPlane2()
|
D | planar_functions.cc | 36 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in CopyPlane()
|
D | row_common.cc | 2198 void CopyRow_C(const uint8_t* src, uint8_t* dst, int count) { in CopyRow_C() function
|
/external/libaom/libaom/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/source/ |
D | rotate_argb.cc | 120 CopyRow_C; in ARGBRotate180()
|
D | rotate.cc | 141 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in RotatePlane180()
|
D | convert.cc | 538 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in CopyPlane2()
|
D | planar_functions.cc | 36 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in CopyPlane()
|
D | row_common.cc | 2198 void CopyRow_C(const uint8_t* src, uint8_t* dst, int count) { in CopyRow_C() function
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 3140 CopyRow_C(orig_y, dst_opt, kPixels * 4); in TestCopySamples() 3143 CopyRow_C(orig_y, dst_opt, kPixels * 4); in TestCopySamples()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 810 void CopyRow_C(const uint8* src, uint8* dst, int count);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1491 void CopyRow_C(const uint8_t* src, uint8_t* dst, int count);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1754 void CopyRow_C(const uint8_t* src, uint8_t* dst, int count);
|