Searched refs:dst_halfheight (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 3791 int dst_halfheight = (dst_height + 1) >> 1; in I420Scale() local 3797 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale() 3800 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale() 3834 int dst_halfheight = (dst_height + 1) >> 1; in Scale() local 3841 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in Scale() 3844 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in Scale() 3864 int dst_halfheight = (dst_height + 1) >> 1; in ScaleOffset() local 3873 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + in ScaleOffset()
|