Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2000 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/
Dplanar_functions.cc2342 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/
Dplanar_functions.h674 int src_stride0,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h438 int InterpolatePlane(const uint8* src0, int src_stride0,