Searched refs:src_stride1 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 2001 const uint8* src1, int src_stride1, in InterpolatePlane() argument 2019 src_stride1 == width && in InterpolatePlane() 2023 src_stride0 = src_stride1 = dst_stride = 0; in InterpolatePlane() 2052 IS_ALIGNED(src1, 4) && IS_ALIGNED(src_stride1, 4) && in InterpolatePlane() 2062 src1 += src_stride1; in InterpolatePlane()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 2344 int src_stride1, in InterpolatePlane() argument 2364 if (src_stride0 == width && src_stride1 == width && dst_stride == width) { in InterpolatePlane() 2367 src_stride0 = src_stride1 = dst_stride = 0; in InterpolatePlane() 2396 IS_ALIGNED(src_stride1, 4) && IS_ALIGNED(dst, 4) && in InterpolatePlane() 2413 src1 += src_stride1; in InterpolatePlane()
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 676 int src_stride1,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 439 const uint8* src1, int src_stride1,
|