Searched refs:src1_y (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 706 const uint8* src1_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 772 const uint8_t* src1_y,
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 2443 const uint8* src1_y, in I420Interpolate() argument 2460 if (!src0_y || !src0_u || !src0_v || !src1_y || !src1_u || !src1_v || in I420Interpolate() 2464 InterpolatePlane(src0_y, src0_stride_y, src1_y, src1_stride_y, dst_y, in I420Interpolate()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 2644 const uint8_t* src1_y, in I420Interpolate() argument 2661 if (!src0_y || !src0_u || !src0_v || !src1_y || !src1_u || !src1_v || in I420Interpolate() 2665 InterpolatePlane(src0_y, src0_stride_y, src1_y, src1_stride_y, dst_y, in I420Interpolate()
|