Home
last modified time | relevance | path

Searched refs:src_stride1 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2001 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/
Dplanar_functions.cc2344 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/
Dplanar_functions.h676 int src_stride1,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h439 const uint8* src1, int src_stride1,