Lines Matching refs:col
667 unsigned int col, in fill_tile_column() argument
677 tile_idx = in->num_cols * row + col; in fill_tile_column()
705 unsigned int col, tile_idx; in fill_tile_row() local
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()
738 unsigned int col; in find_seams() local
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()
780 find_best_seam(ctx, col, in find_seams()
793 fill_tile_column(ctx, col, in, in_left, in_right - in_left, in find_seams()
796 dev_dbg(dev, "%s: col %u: %u, %u -> %u, %u\n", __func__, col, in find_seams()
873 const unsigned int col = i % image->num_cols; in calc_tile_dimensions() local
897 row, col, in calc_tile_dimensions()
974 unsigned int row, col, tile = 0; in calc_out_tile_map() local
977 for (col = 0; col < s_image->num_cols; col++) { in calc_out_tile_map()
979 transform_tile_index(ctx, row, col); in calc_out_tile_map()
991 unsigned int row, col, tile = 0; in calc_tile_offsets_planar() local
1013 for (col = 0; col < image->num_cols; col++) { in calc_tile_offsets_planar()
1037 "Input" : "Output", row, col, in calc_tile_offsets_planar()
1053 unsigned int row, col, tile = 0; in calc_tile_offsets_packed() local
1064 for (col = 0; col < image->num_cols; col++) { in calc_tile_offsets_packed()
1079 "Input" : "Output", row, col, in calc_tile_offsets_packed()
1129 unsigned int col, row, tile_idx; in calc_tile_resize_coefficients() local
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()
1139 tile_idx = col; in calc_tile_resize_coefficients()
1153 __func__, col, resize_coeff_h); in calc_tile_resize_coefficients()
1174 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1186 ctx->resize_coeffs_h[col] = resize_coeff_h; 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()
1389 unsigned int col, row; in convert_start() local
1409 col = tile % s_image->num_cols; in convert_start()
1414 (ctx->resize_coeffs_h[col]); in convert_start()