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

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.cc1577 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
1589 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
1592 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
1609 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
1621 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
1624 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
1658 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
1667 (dst_yoffset_even >> 1) * dst_halfwidth;
1668 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight +
1669 (dst_yoffset_even >> 1) * dst_halfwidth;
[all...]
/external/libyuv/files/source/
H A Dscale.cc1560 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
1572 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
1575 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
1592 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
1604 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
1607 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
1641 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
1650 (dst_yoffset_even >> 1) * dst_halfwidth;
1651 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight +
1652 (dst_yoffset_even >> 1) * dst_halfwidth;
[all...]

Completed in 54 milliseconds