Lines Matching refs:resized_height
405 u32 resized_height = out->rect.height;
413 resized_height = out->rect.width;
417 if (WARN_ON(resized_width == 0 || resized_height == 0))
425 while (downsized_height >= resized_height * 2) {
437 resize_coeff_v = 8192 * (downsized_height - 1) / (resized_height - 1);
445 rows = num_stripes(max_t(u32, downsized_height, resized_height));
722 unsigned int resized_height = out->base.rect.height;
743 resized_height = out->base.rect.width;
812 flipped_out_top = resized_height - out_bottom;
829 flipped_out_top = resized_height - out_bottom;
1177 u32 resized_height;
1186 resized_height = out_tile->width;
1188 resized_height = out_tile->height;
1192 resized_height, closest);
1201 resized_height = round_up(resized_height, 2);
1208 last_output = resized_height - 1;
1221 out_tile->width = resized_height;
1223 out_tile->height = resized_height;