Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dplanar_functions.h706 const uint8* src1_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h772 const uint8_t* src1_y,
/external/libyuv/files/source/
Dplanar_functions.cc2443 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/
Dplanar_functions.cc2644 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()