Searched refs:src0_stride_y (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 701 int src0_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 455 int I420Interpolate(const uint8* src0_y, int src0_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 2082 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/ |
D | planar_functions.cc | 2438 int src0_stride_y, in I420Interpolate() argument 2464 InterpolatePlane(src0_y, src0_stride_y, src1_y, src1_stride_y, dst_y, in I420Interpolate()
|