Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc1558 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); in I420Scale() local
1571 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale()
1574 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, in I420Scale()
1590 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); in I420Scale_16() local
1603 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale_16()
1606 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, in I420Scale_16()
1639 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); in ScaleOffset() local
1647 src_halfwidth * src_halfheight; in ScaleOffset()
1659 src_u, src_halfwidth, in ScaleOffset()
1660 src_v, src_halfwidth, in ScaleOffset()
/external/libyuv/files/source/
Dscale.cc1742 int src_halfwidth = SUBSAMPLE(src_width, 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()
1779 int src_halfwidth = SUBSAMPLE(src_width, 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()
1835 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); in ScaleOffset() local
1843 src + src_width * src_height + src_halfwidth * src_halfheight; in ScaleOffset()
1854 return I420Scale(src_y, src_width, src_u, src_halfwidth, src_v, src_halfwidth, in ScaleOffset()