Searched refs:resized_height (Results 1 – 1 of 1) sorted by relevance
416 u32 resized_height = out->rect.height; in calc_image_resize_coefficients() local424 resized_height = out->rect.width; in calc_image_resize_coefficients()758 resized_height = out->base.rect.width; in find_seams()1195 u32 resized_height; in calc_tile_resize_coefficients() local1204 resized_height = out_tile->width; in calc_tile_resize_coefficients()1206 resized_height = out_tile->height; in calc_tile_resize_coefficients()1210 resized_height, closest); in calc_tile_resize_coefficients()1219 resized_height = round_up(resized_height, 2); in calc_tile_resize_coefficients()1226 last_output = resized_height - 1; in calc_tile_resize_coefficients()1239 out_tile->width = resized_height; in calc_tile_resize_coefficients()[all …]
Completed in 12 milliseconds