Lines Matching refs:col
667 unsigned int col,
677 tile_idx = in->num_cols * row + col;
705 unsigned int col, tile_idx;
708 for (col = 0; col < in->num_cols; col++) {
709 tile_idx = in->num_cols * row + col;
738 unsigned int col;
767 for (col = in->num_cols - 1; col > 0; col--) {
770 bool allow_out_overshoot = (col < in->num_cols - 1) &&
780 find_best_seam(ctx, col,
793 fill_tile_column(ctx, col, in, in_left, in_right - in_left,
796 dev_dbg(dev, "%s: col %u: %u, %u -> %u, %u\n", __func__, col,
810 dev_dbg(dev, "%s: col 0: 0, %u -> %u, %u\n", __func__,
873 const unsigned int col = i % image->num_cols;
897 row, col,
914 * (row, col) of a tile in the destination frame that corresponds
933 * source row,col for an origin in the center of s_image
957 * finally translate dest row,col using an origin in upper
974 unsigned int row, col, tile = 0;
977 for (col = 0; col < s_image->num_cols; col++) {
979 transform_tile_index(ctx, row, col);
991 unsigned int row, col, tile = 0;
1013 for (col = 0; col < image->num_cols; col++) {
1040 "Input" : "Output", row, col,
1056 unsigned int row, col, tile = 0;
1067 for (col = 0; col < image->num_cols; col++) {
1082 "Input" : "Output", row, col,
1132 unsigned int col, row, tile_idx;
1135 for (col = 0; col < ctx->in.num_cols; col++) {
1136 bool closest = (col < ctx->in.num_cols - 1) &&
1142 tile_idx = col;
1156 __func__, col, resize_coeff_h);
1177 tile_idx = row * ctx->in.num_cols + col;
1189 ctx->resize_coeffs_h[col] = resize_coeff_h;
1233 for (col = 0; col < ctx->in.num_cols; col++) {
1234 tile_idx = row * ctx->in.num_cols + col;
1392 unsigned int col, row;
1412 col = tile % s_image->num_cols;
1417 (ctx->resize_coeffs_h[col]);