Searched refs:src_halfwidth (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale.cc | 1575 int src_halfwidth = SUBSAMPLE(src_width, 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() 1607 int src_halfwidth = SUBSAMPLE(src_width, 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() 1656 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); in ScaleOffset() local 1664 src_halfwidth * src_halfheight; in ScaleOffset() 1676 src_u, src_halfwidth, in ScaleOffset() 1677 src_v, src_halfwidth, in ScaleOffset()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 1657 int src_halfwidth = SUBSAMPLE(src_width, 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() 1694 int src_halfwidth = SUBSAMPLE(src_width, 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()
|
/external/libyuv/files/source/ |
D | scale.cc | 1735 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); in I420Scale() local 1747 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale() 1749 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale() 1772 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); in I420Scale_16() local 1784 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale_16() 1786 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale_16()
|