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

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc186 static void CopyPlane2(const uint8* src, int src_stride_0, int src_stride_1, argument
199 IS_ALIGNED(src_stride_0, 16) && IS_ALIGNED(src_stride_1, 16) &&
223 CopyRow(src + src_stride_0, dst + dst_stride, width);
224 src += src_stride_0 + src_stride_1;
/external/libyuv/files/source/
H A Dconvert.cc357 static void CopyPlane2(const uint8* src, int src_stride_0, int src_stride_1, argument
371 IS_ALIGNED(src_stride_0, 16) && IS_ALIGNED(src_stride_1, 16) &&
382 CopyRow(src + src_stride_0, dst + dst_stride_frame, width);
383 src += src_stride_0 + src_stride_1;

Completed in 31 milliseconds