Lines Matching refs:num_rows
119 unsigned int num_rows; member
348 ic_image->num_cols, ic_image->num_rows, in dump_format()
472 ctx->in.num_rows = rows; in calc_image_resize_coefficients()
676 for (row = 0; row < in->num_rows; row++) { in fill_tile_column()
813 for (row = in->num_rows - 1; row > 0; row--) { in find_seams()
814 bool allow_overshoot = row < in->num_rows - 1; in find_seams()
935 src_row = src_row * 2 - (s_image->num_rows - 1); in transform_tile_index()
960 dst_row += d_image->num_rows - 1; in transform_tile_index()
976 for (row = 0; row < s_image->num_rows; row++) { in calc_out_tile_map()
1008 for (row = 0; row < image->num_rows; row++) { in calc_tile_offsets_planar()
1064 for (row = 0; row < image->num_rows; row++) { in calc_tile_offsets_packed()
1176 for (row = 0; row < ctx->in.num_rows; row++) { in calc_tile_resize_coefficients()
1192 for (row = 0; row < ctx->in.num_rows; row++) { in calc_tile_resize_coefficients()
1193 bool closest = (row < ctx->in.num_rows - 1) && in calc_tile_resize_coefficients()
2125 d_image->num_rows = s_image->num_cols; in ipu_image_convert_prepare()
2126 d_image->num_cols = s_image->num_rows; in ipu_image_convert_prepare()
2128 d_image->num_rows = s_image->num_rows; in ipu_image_convert_prepare()
2132 ctx->num_tiles = d_image->num_cols * d_image->num_rows; in ipu_image_convert_prepare()
2207 for (i = 1; i < ctx->in.num_rows; i++) { in ipu_image_convert_prepare()