Lines Matching refs:boxwidth
2569 int boxwidth = (x >> 16) - ix;
2570 *dst_ptr++ = SumBox(boxwidth, boxheight, src_stride, src_ptr + ix) /
2571 (boxwidth * boxheight);
2594 int boxwidth = (x >> 16) - ix;
2595 *dst_ptr++ = SumPixels(boxwidth, src_ptr + ix) * scaleptr[boxwidth] >> 16;
2601 int boxwidth = (dx >> 16);
2602 int scaleval = 65536 / (boxwidth * boxheight);
2604 *dst_ptr++ = SumPixels(boxwidth, src_ptr + x) * scaleval >> 16;
2605 x += boxwidth;