Home | History | Annotate | Download | only in source

Lines Matching full:scaleptr

2590   int *scaleptr = scaletbl - minboxwidth;
2595 *dst_ptr++ = SumPixels(boxwidth, src_ptr + ix) * scaleptr[boxwidth] >> 16;