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()1192 u32 resized_height; in calc_tile_resize_coefficients() local1201 resized_height = out_tile->width; in calc_tile_resize_coefficients()1203 resized_height = out_tile->height; in calc_tile_resize_coefficients()1207 resized_height, closest); in calc_tile_resize_coefficients()1216 resized_height = round_up(resized_height, 2); in calc_tile_resize_coefficients()1223 last_output = resized_height - 1; in calc_tile_resize_coefficients()1236 out_tile->width = resized_height; in calc_tile_resize_coefficients()[all …]
Completed in 24 milliseconds