Searched refs:src_halfheight (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale.cc | 1576 int src_halfheight = SUBSAMPLE(src_height, 1, 1); in I420Scale() local 1588 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale() 1591 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, in I420Scale() 1608 int src_halfheight = SUBSAMPLE(src_height, 1, 1); in I420Scale_16() local 1620 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale_16() 1623 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, in I420Scale_16() 1657 int src_halfheight = SUBSAMPLE(src_height, 1, 1); in ScaleOffset() local 1664 src_halfwidth * src_halfheight; in ScaleOffset()
|
/external/libyuv/files/source/ |
D | scale.cc | 1743 int src_halfheight = SUBSAMPLE(src_height, 1, 1); in I420Scale() local 1754 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale() 1756 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale() 1780 int src_halfheight = SUBSAMPLE(src_height, 1, 1); in I420Scale_16() local 1791 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale_16() 1793 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale_16() 1836 int src_halfheight = SUBSAMPLE(src_height, 1, 1); in ScaleOffset() local 1843 src + src_width * src_height + src_halfwidth * src_halfheight; in ScaleOffset()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 1658 int src_halfheight = SUBSAMPLE(src_height, 1, 1); in I420Scale() local 1669 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale() 1671 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale() 1695 int src_halfheight = SUBSAMPLE(src_height, 1, 1); in I420Scale_16() local 1706 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale_16() 1708 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale_16()
|