Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc1560 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale() local
1572 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale()
1575 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale()
1592 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale_16() local
1604 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale_16()
1607 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale_16()
1641 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in ScaleOffset() local
1650 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset()
1651 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + in ScaleOffset()
1652 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset()
[all …]
/external/libyuv/files/source/
Dscale.cc1744 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale() local
1755 dst_stride_u, dst_halfwidth, dst_halfheight, filtering); in I420Scale()
1757 dst_stride_v, dst_halfwidth, dst_halfheight, filtering); in I420Scale()
1781 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale_16() local
1792 dst_stride_u, dst_halfwidth, dst_halfheight, filtering); in I420Scale_16()
1794 dst_stride_v, dst_halfwidth, dst_halfheight, filtering); in I420Scale_16()
1837 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in ScaleOffset() local
1846 dst + dst_width * dst_height + (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset()
1847 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + in ScaleOffset()
1848 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset()
[all …]