Lines Matching refs:scaleval
2602 int scaleval = 65536 / (boxwidth * boxheight);2604 *dst_ptr++ = SumPixels(boxwidth, src_ptr + x) * scaleval >> 16;