Searched refs:src_stride_v (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/ |
D | scale.h | 40 const uint8* src_v, int src_stride_v, 50 int src_stride_y, int src_stride_u, int src_stride_v,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 3764 const uint8* src_v, int src_stride_v, in I420Scale() argument 3782 src_v = src_v + (halfheight - 1) * src_stride_v; in I420Scale() 3785 src_stride_v = -src_stride_v; in I420Scale() 3799 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, in I420Scale() 3808 int src_stride_y, int src_stride_u, int src_stride_v, in Scale() argument 3825 src_v = src_v + (halfheight - 1) * src_stride_v; in Scale() 3828 src_stride_v = -src_stride_v; in Scale() 3843 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, in Scale()
|