Home
last modified time | relevance | path

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/
Dscale.h40 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/
Dscale.c3764 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()