Lines Matching refs:xinc
79 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
81 * is 8. So the maximum supported xinc value is 32,
155 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
157 * is 8. So the maximum supported xinc value is 32,
244 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
246 * is 8. So the maximum supported xinc value is 32,
292 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
294 * is 8. So the maximum supported xinc value is 32,
1656 int xinc, yinc;
1677 sp->xinc = 1;
1726 sp->xinc = DIV_ROUND_UP(DIV_ROUND_UP(sp->in_w,
1730 if (sp->xinc > f->xinc_max) {
1739 sp->in_w = (state->src_w >> 16) / sp->xinc;
1743 sp->xinc++;
1744 sp->in_w = (state->src_w >> 16) / sp->xinc;
1747 if (sp->xinc > f->xinc_max) {
1790 sp->xinc, sp->yinc, sp->in_w, sp->in_h,
1800 sp->in_w_uv /= sp->xinc;
2064 pixinc(scale.xinc, cpp * 2));
2067 pixinc(scale.xinc, cpp));
2071 scale.xinc * scale.in_w),
2090 scale.xinc * scale.in_w_uv),