Searched refs:src_stride_1 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc189 static void CopyPlane2(const uint8* src, int src_stride_0, int src_stride_1, argument
224 src += src_stride_0 + src_stride_1;
/external/libyuv/files/source/
H A Dconvert.cc188 int src_stride_1,
225 src += src_stride_0 + src_stride_1;
186 CopyPlane2(const uint8* src, int src_stride_0, int src_stride_1, uint8* dst, int dst_stride, int width, int height) argument

Completed in 146 milliseconds