Searched refs:src1_u (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 708 const uint8* src1_u,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 459 const uint8* src1_u, int src1_stride_u,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 2086 const uint8* src1_u, int src1_stride_u, in I420Interpolate() argument 2095 !src1_y || !src1_u || !src1_v || in I420Interpolate() 2105 src1_u, src1_stride_u, in I420Interpolate()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 2445 const uint8* src1_u, in I420Interpolate() argument 2460 if (!src0_y || !src0_u || !src0_v || !src1_y || !src1_u || !src1_v || in I420Interpolate() 2466 InterpolatePlane(src0_u, src0_stride_u, src1_u, src1_stride_u, dst_u, in I420Interpolate()
|