Lines Matching refs:num_cols

121 	unsigned int num_cols;  member
348 ic_image->num_cols, ic_image->num_rows, in dump_format()
471 ctx->in.num_cols = cols; in calc_image_resize_coefficients()
677 tile_idx = in->num_cols * row + col; in fill_tile_column()
708 for (col = 0; col < in->num_cols; col++) { in fill_tile_row()
709 tile_idx = in->num_cols * row + col; in fill_tile_row()
767 for (col = in->num_cols - 1; col > 0; col--) { in find_seams()
770 bool allow_out_overshoot = (col < in->num_cols - 1) && in find_seams()
872 const unsigned int row = i / image->num_cols; in calc_tile_dimensions()
873 const unsigned int col = i % image->num_cols; in calc_tile_dimensions()
929 return src_row * s_image->num_cols + src_col; in transform_tile_index()
936 src_col = src_col * 2 - (s_image->num_cols - 1); in transform_tile_index()
961 dst_col += d_image->num_cols - 1; in transform_tile_index()
965 return dst_row * d_image->num_cols + dst_col; in transform_tile_index()
977 for (col = 0; col < s_image->num_cols; col++) { in calc_out_tile_map()
1013 for (col = 0; col < image->num_cols; col++) { in calc_tile_offsets_planar()
1064 for (col = 0; col < image->num_cols; col++) { in calc_tile_offsets_packed()
1132 for (col = 0; col < ctx->in.num_cols; col++) { in calc_tile_resize_coefficients()
1133 bool closest = (col < ctx->in.num_cols - 1) && in calc_tile_resize_coefficients()
1174 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1196 tile_idx = row * ctx->in.num_cols; in calc_tile_resize_coefficients()
1230 for (col = 0; col < ctx->in.num_cols; col++) { in calc_tile_resize_coefficients()
1231 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1408 row = tile / s_image->num_cols; in convert_start()
1409 col = tile % s_image->num_cols; in convert_start()
1620 if (ctx->resize_coeffs_h[cur_tile % ctx->in.num_cols] != in ic_settings_changed()
1621 ctx->resize_coeffs_h[next_tile % ctx->in.num_cols] || in ic_settings_changed()
1622 ctx->resize_coeffs_v[cur_tile / ctx->in.num_cols] != in ic_settings_changed()
1623 ctx->resize_coeffs_v[next_tile / ctx->in.num_cols] || in ic_settings_changed()
2122 d_image->num_rows = s_image->num_cols; in ipu_image_convert_prepare()
2123 d_image->num_cols = s_image->num_rows; in ipu_image_convert_prepare()
2126 d_image->num_cols = s_image->num_cols; in ipu_image_convert_prepare()
2129 ctx->num_tiles = d_image->num_cols * d_image->num_rows; in ipu_image_convert_prepare()
2198 for (i = 1; i < ctx->in.num_cols; i++) { in ipu_image_convert_prepare()