Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc1561 int dst_halfheight = SUBSAMPLE(dst_height, 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()
1593 int dst_halfheight = SUBSAMPLE(dst_height, 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()
1642 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); in ScaleOffset() local
1651 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + in ScaleOffset()
/external/libyuv/files/source/
Dscale.cc1745 int dst_halfheight = SUBSAMPLE(dst_height, 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()
1782 int dst_halfheight = SUBSAMPLE(dst_height, 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()
1838 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); in ScaleOffset() local
1847 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + in ScaleOffset()