Searched refs:src_stride_1 (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/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 199 IS_ALIGNED(src_stride_0, 16) && IS_ALIGNED(src_stride_1, 16) && in CopyPlane2() 224 src += src_stride_0 + src_stride_1; in CopyPlane2()
|
/external/chromium_org/third_party/libvpx/source/libvpx/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 199 IS_ALIGNED(src_stride_0, 16) && IS_ALIGNED(src_stride_1, 16) && in CopyPlane2() 224 src += src_stride_0 + src_stride_1; in CopyPlane2()
|
/external/libyuv/files/source/ |
D | convert.cc | 357 static void CopyPlane2(const uint8* src, int src_stride_0, int src_stride_1, in CopyPlane2() argument 371 IS_ALIGNED(src_stride_0, 16) && IS_ALIGNED(src_stride_1, 16) && in CopyPlane2() 383 src += src_stride_0 + src_stride_1; in CopyPlane2()
|