Home
last modified time | relevance | path

Searched refs:CopyRow_C (Results 1 – 7 of 7) 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/libyuv/files/include/libyuv/
Drow.h263 void CopyRow_C(const uint8* src, uint8* dst, int count);