Searched defs:CopyRow (Results 1 – 9 of 9) 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() local
|
D | rotate.cc | 862 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in RotatePlane180() local
|
D | convert.cc | 360 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane2() local 514 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in Q420ToI420() local
|
D | convert_from.cc | 51 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in I420ToI422() local
|
D | planar_functions.cc | 31 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane() local
|
/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() local
|
D | rotate.cc | 111 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in RotatePlane180() local
|
D | planar_functions.cc | 32 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane() local 83 void (*CopyRow)(const uint16* src, uint16* dst, int width) = CopyRow_16_C; in CopyPlane_16() local
|
D | convert.cc | 190 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; in CopyPlane2() local
|