Searched refs:source_band_height (Results 1 – 1 of 1) sorted by relevance
242 int source_band_height; in Scale2D() local299 source_band_height = 5; in Scale2D()305 source_band_height = 5; in Scale2D()320 source_band_height = 2; in Scale2D()352 for (i = 0; i < source_band_height; i++) { in Scale2D()368 memcpy(temp_area, temp_area + source_band_height * dest_pitch, in Scale2D()372 source += (unsigned long)source_band_height * source_pitch; in Scale2D()402 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()404 source_band_height = temp_area_height - 1; in Scale2D()405 dest_band_height = source_band_height * vratio / vscale; in Scale2D()[all …]