Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3788 int src_halfwidth = (src_width + 1) >> 1; in I420Scale() local
3796 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale()
3799 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, in I420Scale()
3831 int src_halfwidth = (src_width + 1) >> 1; in Scale() local
3840 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in Scale()
3843 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, in Scale()
3861 int src_halfwidth = (src_width + 1) >> 1; in ScaleOffset() local
3869 src_halfwidth * src_halfheight; in ScaleOffset()
3875 return Scale(src_y, src_u, src_v, src_width, src_halfwidth, src_halfwidth, in ScaleOffset()