Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dplanar_functions.h704 const uint8* src0_v,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h457 const uint8* src0_v, int src0_stride_v,
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2084 const uint8* src0_v, int src0_stride_v, in I420Interpolate() argument
2094 if (!src0_y || !src0_u || !src0_v || in I420Interpolate()
2108 InterpolatePlane(src0_v, src0_stride_v, in I420Interpolate()
/external/libyuv/files/source/
Dplanar_functions.cc2441 const uint8* src0_v, in I420Interpolate() argument
2460 if (!src0_y || !src0_u || !src0_v || !src1_y || !src1_u || !src1_v || in I420Interpolate()
2468 InterpolatePlane(src0_v, src0_stride_v, src1_v, src1_stride_v, dst_v, in I420Interpolate()