Searched refs:resized_width (Results 1 – 1 of 1) sorted by relevance
415 u32 resized_width = out->rect.width; in calc_image_resize_coefficients() local423 resized_width = out->rect.height; in calc_image_resize_coefficients()805 resized_width - out_right : 0; in find_seams()1138 u32 resized_width; in calc_tile_resize_coefficients() local1147 resized_width = out_tile->height; in calc_tile_resize_coefficients()1149 resized_width = out_tile->width; in calc_tile_resize_coefficients()1153 resized_width, closest); in calc_tile_resize_coefficients()1162 resized_width = round_up(resized_width, 8); in calc_tile_resize_coefficients()1169 last_output = resized_width - 1; in calc_tile_resize_coefficients()1182 out_tile->height = resized_width; in calc_tile_resize_coefficients()[all …]
Completed in 9 milliseconds