Lines Matching full:col
666 unsigned int col, in fill_tile_column() argument
676 tile_idx = in->num_cols * row + col; in fill_tile_column()
704 unsigned int col, tile_idx; in fill_tile_row() local
707 for (col = 0; col < in->num_cols; col++) { in fill_tile_row()
708 tile_idx = in->num_cols * row + col; in fill_tile_row()
737 unsigned int col; in find_seams() local
766 for (col = in->num_cols - 1; col > 0; col--) { in find_seams()
769 bool allow_out_overshoot = (col < in->num_cols - 1) && in find_seams()
779 find_best_seam(ctx, col, in find_seams()
792 fill_tile_column(ctx, col, in, in_left, in_right - in_left, in find_seams()
795 dev_dbg(dev, "%s: col %u: %u, %u -> %u, %u\n", __func__, col, in find_seams()
809 dev_dbg(dev, "%s: col 0: 0, %u -> %u, %u\n", __func__, in find_seams()
872 const unsigned int col = i % image->num_cols; in calc_tile_dimensions() local
896 row, col, in calc_tile_dimensions()
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 in transform_tile_index()
956 * finally translate dest row,col using an origin in upper in transform_tile_index()
973 unsigned int row, col, tile = 0; in calc_out_tile_map() local
976 for (col = 0; col < s_image->num_cols; col++) { in calc_out_tile_map()
978 transform_tile_index(ctx, row, col); in calc_out_tile_map()
990 unsigned int row, col, tile = 0; in calc_tile_offsets_planar() local
1012 for (col = 0; col < image->num_cols; col++) { in calc_tile_offsets_planar()
1036 "Input" : "Output", row, col, in calc_tile_offsets_planar()
1052 unsigned int row, col, tile = 0; in calc_tile_offsets_packed() local
1063 for (col = 0; col < image->num_cols; col++) { in calc_tile_offsets_packed()
1078 "Input" : "Output", row, col, in calc_tile_offsets_packed()
1128 unsigned int col, row, tile_idx; in calc_tile_resize_coefficients() local
1131 for (col = 0; col < ctx->in.num_cols; col++) { in calc_tile_resize_coefficients()
1132 bool closest = (col < ctx->in.num_cols - 1) && in calc_tile_resize_coefficients()
1138 tile_idx = col; in calc_tile_resize_coefficients()
1152 __func__, col, resize_coeff_h); in calc_tile_resize_coefficients()
1173 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1185 ctx->resize_coeffs_h[col] = resize_coeff_h; in calc_tile_resize_coefficients()
1229 for (col = 0; col < ctx->in.num_cols; col++) { in calc_tile_resize_coefficients()
1230 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1388 unsigned int col, row; in convert_start() local
1408 col = tile % s_image->num_cols; in convert_start()
1413 (ctx->resize_coeffs_h[col]); in convert_start()