Lines Matching refs:col

666 			     unsigned int col,
676 tile_idx = in->num_cols * row + col;
704 unsigned int col, tile_idx;
707 for (col = 0; col < in->num_cols; col++) {
708 tile_idx = in->num_cols * row + col;
737 unsigned int col;
766 for (col = in->num_cols - 1; col > 0; col--) {
769 bool allow_out_overshoot = (col < in->num_cols - 1) &&
779 find_best_seam(ctx, col,
792 fill_tile_column(ctx, col, in, in_left, in_right - in_left,
795 dev_dbg(dev, "%s: col %u: %u, %u -> %u, %u\n", __func__, col,
809 dev_dbg(dev, "%s: col 0: 0, %u -> %u, %u\n", __func__,
872 const unsigned int col = i % image->num_cols;
896 row, col,
913 * (row, col) of a tile in the destination frame that corresponds
932 * source row,col for an origin in the center of s_image
956 * finally translate dest row,col using an origin in upper
973 unsigned int row, col, tile = 0;
976 for (col = 0; col < s_image->num_cols; col++) {
978 transform_tile_index(ctx, row, col);
990 unsigned int row, col, tile = 0;
1012 for (col = 0; col < image->num_cols; col++) {
1036 "Input" : "Output", row, col,
1052 unsigned int row, col, tile = 0;
1063 for (col = 0; col < image->num_cols; col++) {
1078 "Input" : "Output", row, col,
1128 unsigned int col, row, tile_idx;
1131 for (col = 0; col < ctx->in.num_cols; col++) {
1132 bool closest = (col < ctx->in.num_cols - 1) &&
1138 tile_idx = col;
1152 __func__, col, resize_coeff_h);
1173 tile_idx = row * ctx->in.num_cols + col;
1185 ctx->resize_coeffs_h[col] = resize_coeff_h;
1229 for (col = 0; col < ctx->in.num_cols; col++) {
1230 tile_idx = row * ctx->in.num_cols + col;
1388 unsigned int col, row;
1408 col = tile % s_image->num_cols;
1413 (ctx->resize_coeffs_h[col]);