Lines Matching refs:num_rows
122 unsigned int num_rows; member
351 ic_image->num_cols, ic_image->num_rows, in dump_format()
475 ctx->in.num_rows = rows; in calc_image_resize_coefficients()
675 for (row = 0; row < in->num_rows; row++) { in fill_tile_column()
812 for (row = in->num_rows - 1; row > 0; row--) { in find_seams()
813 bool allow_overshoot = row < in->num_rows - 1; in find_seams()
934 src_row = src_row * 2 - (s_image->num_rows - 1); in transform_tile_index()
959 dst_row += d_image->num_rows - 1; in transform_tile_index()
975 for (row = 0; row < s_image->num_rows; row++) { in calc_out_tile_map()
1007 for (row = 0; row < image->num_rows; row++) { in calc_tile_offsets_planar()
1060 for (row = 0; row < image->num_rows; row++) { in calc_tile_offsets_packed()
1172 for (row = 0; row < ctx->in.num_rows; row++) { in calc_tile_resize_coefficients()
1188 for (row = 0; row < ctx->in.num_rows; row++) { in calc_tile_resize_coefficients()
1189 bool closest = (row < ctx->in.num_rows - 1) && in calc_tile_resize_coefficients()
2121 d_image->num_rows = s_image->num_cols; in ipu_image_convert_prepare()
2122 d_image->num_cols = s_image->num_rows; in ipu_image_convert_prepare()
2124 d_image->num_rows = s_image->num_rows; in ipu_image_convert_prepare()
2128 ctx->num_tiles = d_image->num_cols * d_image->num_rows; in ipu_image_convert_prepare()
2203 for (i = 1; i < ctx->in.num_rows; i++) { in ipu_image_convert_prepare()