Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dplanar_functions.h703 int src0_stride_u,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h456 const uint8* src0_u, int src0_stride_u,
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2083 const uint8* src0_u, int src0_stride_u, in I420Interpolate() argument
2104 InterpolatePlane(src0_u, src0_stride_u, in I420Interpolate()
/external/libyuv/files/source/
Dplanar_functions.cc2440 int src0_stride_u, in I420Interpolate() argument
2466 InterpolatePlane(src0_u, src0_stride_u, src1_u, src1_stride_u, dst_u, in I420Interpolate()