Searched refs:boxwidth (Results 1 – 1 of 1) sorted by relevance
3365 int boxwidth; in ScalePlaneBoxRow() local3367 boxwidth = (x >> 16) - ix; in ScalePlaneBoxRow()3368 *dst_ptr++ = SumBox(boxwidth, boxheight, src_stride, src_ptr + ix) / in ScalePlaneBoxRow()3369 (boxwidth * boxheight); in ScalePlaneBoxRow()3396 int boxwidth; in ScaleAddCols2_C() local3398 boxwidth = (x >> 16) - ix; in ScaleAddCols2_C()3399 *dst_ptr++ = SumPixels(boxwidth, src_ptr + ix) * scaleptr[boxwidth] >> 16; in ScaleAddCols2_C()3406 int boxwidth = (dx >> 16); in ScaleAddCols1_C() local3407 int scaleval = 65536 / (boxwidth * boxheight); in ScaleAddCols1_C()3411 *dst_ptr++ = SumPixels(boxwidth, src_ptr + x) * scaleval >> 16; in ScaleAddCols1_C()[all …]