Searched defs:CopyPlane (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dec/ |
D | alpha.c | 24 static void CopyPlane(const uint8_t* src, int src_stride, in CopyPlane() function
|
/external/webp/src/enc/ |
D | alpha.c | 150 static void CopyPlane(const uint8_t* src, int src_stride, in CopyPlane() function
|
D | picture.c | 197 static void CopyPlane(const uint8_t* src, int src_stride, in CopyPlane() function
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 28 void CopyPlane(const uint8* src_y, int src_stride_y, in CopyPlane() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.c | 3682 static void CopyPlane(int src_width, int src_height, in CopyPlane() function
|