Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Dscale.cc1577 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale() local
1589 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale()
1592 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale()
1609 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale_16() local
1621 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale_16()
1624 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale_16()
1658 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in ScaleOffset() local
1667 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset()
1668 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + in ScaleOffset()
1669 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc1659 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale() local
1670 dst_stride_u, dst_halfwidth, dst_halfheight, filtering); in I420Scale()
1672 dst_stride_v, dst_halfwidth, dst_halfheight, filtering); in I420Scale()
1696 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale_16() local
1707 dst_stride_u, dst_halfwidth, dst_halfheight, filtering); in I420Scale_16()
1709 dst_stride_v, dst_halfwidth, dst_halfheight, filtering); in I420Scale_16()
/external/libyuv/files/source/
Dscale.cc1737 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale() local
1748 dst_stride_u, dst_halfwidth, dst_halfheight, filtering); in I420Scale()
1750 dst_stride_v, dst_halfwidth, dst_halfheight, filtering); in I420Scale()
1774 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale_16() local
1785 dst_stride_u, dst_halfwidth, dst_halfheight, filtering); in I420Scale_16()
1787 dst_stride_v, dst_halfwidth, dst_halfheight, filtering); in I420Scale_16()