Searched refs:src_stride0 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 2000 int InterpolatePlane(const uint8* src0, int src_stride0, in InterpolatePlane() argument 2018 if (src_stride0 == width && in InterpolatePlane() 2023 src_stride0 = src_stride1 = dst_stride = 0; in InterpolatePlane() 2051 IS_ALIGNED(src0, 4) && IS_ALIGNED(src_stride0, 4) && in InterpolatePlane() 2061 src0 += src_stride0; in InterpolatePlane()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 2342 int src_stride0, 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() 2395 IS_ALIGNED(src_stride0, 4) && IS_ALIGNED(src1, 4) && in InterpolatePlane() 2412 src0 += src_stride0; in InterpolatePlane()
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 674 int src_stride0,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 438 int InterpolatePlane(const uint8* src0, int src_stride0,
|