Lines Matching refs:col
651 unsigned int col, in fill_tile_column() argument
661 tile_idx = in->num_cols * row + col; in fill_tile_column()
689 unsigned int col, tile_idx; in fill_tile_row() local
692 for (col = 0; col < in->num_cols; col++) { in fill_tile_row()
693 tile_idx = in->num_cols * row + col; in fill_tile_row()
722 unsigned int col; in find_seams() local
751 for (col = in->num_cols - 1; col > 0; col--) { in find_seams()
754 bool allow_out_overshoot = (col < in->num_cols - 1) && in find_seams()
764 find_best_seam(ctx, col, in find_seams()
777 fill_tile_column(ctx, col, in, in_left, in_right - in_left, in find_seams()
780 dev_dbg(dev, "%s: col %u: %u, %u -> %u, %u\n", __func__, col, in find_seams()
857 const unsigned int col = i % image->num_cols; in calc_tile_dimensions() local
881 row, col, in calc_tile_dimensions()
958 unsigned int row, col, tile = 0; in calc_out_tile_map() local
961 for (col = 0; col < s_image->num_cols; col++) { in calc_out_tile_map()
963 transform_tile_index(ctx, row, col); in calc_out_tile_map()
975 unsigned int row, col, tile = 0; in calc_tile_offsets_planar() local
997 for (col = 0; col < image->num_cols; col++) { in calc_tile_offsets_planar()
1024 "Input" : "Output", row, col, in calc_tile_offsets_planar()
1040 unsigned int row, col, tile = 0; in calc_tile_offsets_packed() local
1051 for (col = 0; col < image->num_cols; col++) { in calc_tile_offsets_packed()
1066 "Input" : "Output", row, col, in calc_tile_offsets_packed()
1116 unsigned int col, row, tile_idx; in calc_tile_resize_coefficients() local
1119 for (col = 0; col < ctx->in.num_cols; col++) { in calc_tile_resize_coefficients()
1120 bool closest = (col < ctx->in.num_cols - 1) && in calc_tile_resize_coefficients()
1126 tile_idx = col; in calc_tile_resize_coefficients()
1140 __func__, col, resize_coeff_h); in calc_tile_resize_coefficients()
1161 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1173 ctx->resize_coeffs_h[col] = resize_coeff_h; in calc_tile_resize_coefficients()
1217 for (col = 0; col < ctx->in.num_cols; col++) { in calc_tile_resize_coefficients()
1218 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1376 unsigned int col, row; in convert_start() local
1393 col = tile % s_image->num_cols; in convert_start()
1398 (ctx->resize_coeffs_h[col]); in convert_start()