Lines Matching refs:xinc
78 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
80 * is 8. So the maximum supported xinc value is 32,
154 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
156 * is 8. So the maximum supported xinc value is 32,
243 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
245 * is 8. So the maximum supported xinc value is 32,
1603 int xinc, yinc;
1624 sp->xinc = 1;
1673 sp->xinc = DIV_ROUND_UP(DIV_ROUND_UP(sp->in_w,
1677 if (sp->xinc > f->xinc_max) {
1686 sp->in_w = (state->src_w >> 16) / sp->xinc;
1690 sp->xinc++;
1691 sp->in_w = (state->src_w >> 16) / sp->xinc;
1694 if (sp->xinc > f->xinc_max) {
1737 sp->xinc, sp->yinc, sp->in_w, sp->in_h,
1747 sp->in_w_uv /= sp->xinc;
2011 pixinc(scale.xinc, cpp * 2));
2014 pixinc(scale.xinc, cpp));
2018 scale.xinc * scale.in_w),
2037 scale.xinc * scale.in_w_uv),