Lines Matching refs:num_rows
122 unsigned int num_rows; member
351 ic_image->num_cols, ic_image->num_rows, in dump_format()
461 ctx->in.num_rows = rows; in calc_image_resize_coefficients()
661 for (row = 0; row < in->num_rows; row++) { in fill_tile_column()
798 for (row = in->num_rows - 1; row > 0; row--) { in find_seams()
799 bool allow_overshoot = row < in->num_rows - 1; in find_seams()
920 src_row = src_row * 2 - (s_image->num_rows - 1); in transform_tile_index()
945 dst_row += d_image->num_rows - 1; in transform_tile_index()
961 for (row = 0; row < s_image->num_rows; row++) { in calc_out_tile_map()
993 for (row = 0; row < image->num_rows; row++) { in calc_tile_offsets_planar()
1046 for (row = 0; row < image->num_rows; row++) { in calc_tile_offsets_packed()
1158 for (row = 0; row < ctx->in.num_rows; row++) { in calc_tile_resize_coefficients()
1174 for (row = 0; row < ctx->in.num_rows; row++) { in calc_tile_resize_coefficients()
1175 bool closest = (row < ctx->in.num_rows - 1) && in calc_tile_resize_coefficients()
2107 d_image->num_rows = s_image->num_cols; in ipu_image_convert_prepare()
2108 d_image->num_cols = s_image->num_rows; in ipu_image_convert_prepare()
2110 d_image->num_rows = s_image->num_rows; in ipu_image_convert_prepare()
2114 ctx->num_tiles = d_image->num_cols * d_image->num_rows; in ipu_image_convert_prepare()
2189 for (i = 1; i < ctx->in.num_rows; i++) { in ipu_image_convert_prepare()