Searched defs:dst_halfwidth (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/source/ |
D | scale.cc | 1744 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale() local 1781 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale_16() local 1837 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in ScaleOffset() local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 1560 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale() local 1592 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale_16() local 1641 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in ScaleOffset() local
|