Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dplanar_functions.h709 int src1_stride_u,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h459 const uint8* src1_u, int src1_stride_u,
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2086 const uint8* src1_u, int src1_stride_u, in I420Interpolate() argument
2105 src1_u, src1_stride_u, in I420Interpolate()
/external/libyuv/files/source/
Dplanar_functions.cc2446 int src1_stride_u, in I420Interpolate() argument
2466 InterpolatePlane(src0_u, src0_stride_u, src1_u, src1_stride_u, dst_u, in I420Interpolate()