Searched refs:dst_halfheight (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale.cc | 1578 int dst_halfheight = SUBSAMPLE(dst_height, 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() 1610 int dst_halfheight = SUBSAMPLE(dst_height, 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() 1659 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); in ScaleOffset() local 1668 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + in ScaleOffset()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 1660 int dst_halfheight = SUBSAMPLE(dst_height, 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() 1697 int dst_halfheight = SUBSAMPLE(dst_height, 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/ |
D | scale.cc | 1738 int dst_halfheight = SUBSAMPLE(dst_height, 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() 1775 int dst_halfheight = SUBSAMPLE(dst_height, 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()
|