Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dplanar_functions.h711 int src1_stride_v,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h460 const uint8* src1_v, int src1_stride_v,
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2087 const uint8* src1_v, int src1_stride_v, in I420Interpolate() argument
2109 src1_v, src1_stride_v, in I420Interpolate()
/external/libyuv/files/source/
Dplanar_functions.cc2448 int src1_stride_v, in I420Interpolate() argument
2468 InterpolatePlane(src0_v, src0_stride_v, src1_v, src1_stride_v, dst_v, in I420Interpolate()