Lines Matching refs:num_rows
119 unsigned int num_rows; member
332 ic_image->num_cols, ic_image->num_rows, in dump_format()
456 ctx->in.num_rows = rows; in calc_image_resize_coefficients()
660 for (row = 0; row < in->num_rows; row++) { in fill_tile_column()
797 for (row = in->num_rows - 1; row > 0; row--) { in find_seams()
798 bool allow_overshoot = row < in->num_rows - 1; in find_seams()
919 src_row = src_row * 2 - (s_image->num_rows - 1); in transform_tile_index()
944 dst_row += d_image->num_rows - 1; in transform_tile_index()
960 for (row = 0; row < s_image->num_rows; row++) { in calc_out_tile_map()
992 for (row = 0; row < image->num_rows; row++) { in calc_tile_offsets_planar()
1048 for (row = 0; row < image->num_rows; row++) { in calc_tile_offsets_packed()
1160 for (row = 0; row < ctx->in.num_rows; row++) { in calc_tile_resize_coefficients()
1176 for (row = 0; row < ctx->in.num_rows; row++) { in calc_tile_resize_coefficients()
1177 bool closest = (row < ctx->in.num_rows - 1) && in calc_tile_resize_coefficients()
2090 d_image->num_rows = s_image->num_cols; in ipu_image_convert_prepare()
2091 d_image->num_cols = s_image->num_rows; in ipu_image_convert_prepare()
2093 d_image->num_rows = s_image->num_rows; in ipu_image_convert_prepare()
2097 ctx->num_tiles = d_image->num_cols * d_image->num_rows; in ipu_image_convert_prepare()
2172 for (i = 1; i < ctx->in.num_rows; i++) { in ipu_image_convert_prepare()