Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dplanar_functions.h701 int src0_stride_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h455 int I420Interpolate(const uint8* src0_y, int src0_stride_y,
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2082 int I420Interpolate(const uint8* src0_y, int src0_stride_y, in I420Interpolate() argument
2100 InterpolatePlane(src0_y, src0_stride_y, in I420Interpolate()
/external/libyuv/files/source/
Dplanar_functions.cc2438 int src0_stride_y, in I420Interpolate() argument
2464 InterpolatePlane(src0_y, src0_stride_y, src1_y, src1_stride_y, dst_y, in I420Interpolate()