Searched refs:src_stride_0 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 186 static void CopyPlane2(const uint8* src, int src_stride_0, int src_stride_1, in CopyPlane2() argument 220 CopyRow(src + src_stride_0, dst + dst_stride, width); in CopyPlane2() 221 src += src_stride_0 + src_stride_1; in CopyPlane2()
|
/external/libyuv/files/source/ |
D | convert.cc | 187 int src_stride_0, in CopyPlane2() argument 224 CopyRow(src + src_stride_0, dst + dst_stride, width); in CopyPlane2() 225 src += src_stride_0 + src_stride_1; in CopyPlane2()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 273 int src_stride_0, in CopyPlane2() argument 305 CopyRow(src + src_stride_0, dst + dst_stride, width); in CopyPlane2() 306 src += src_stride_0 + src_stride_1; in CopyPlane2()
|