Searched refs:resized_width (Results 1 – 1 of 1) sorted by relevance
404 u32 resized_width = out->rect.width; in calc_image_resize_coefficients() local412 resized_width = out->rect.height; in calc_image_resize_coefficients()790 resized_width - out_right : 0; in find_seams()1120 u32 resized_width; in calc_tile_resize_coefficients() local1129 resized_width = out_tile->height; in calc_tile_resize_coefficients()1131 resized_width = out_tile->width; in calc_tile_resize_coefficients()1135 resized_width, closest); in calc_tile_resize_coefficients()1144 resized_width = round_up(resized_width, 8); in calc_tile_resize_coefficients()1151 last_output = resized_width - 1; in calc_tile_resize_coefficients()1164 out_tile->height = resized_width; in calc_tile_resize_coefficients()[all …]