Searched refs:dst_col (Results 1 – 1 of 1) sorted by relevance
925 int dst_row, dst_col; in transform_tile_index() local940 dst_col = -src_row; in transform_tile_index()943 dst_col = src_col; in transform_tile_index()949 dst_col = -dst_col; in transform_tile_index()954 chan->ic_task, ctx, src_col, src_row, dst_col, dst_row); in transform_tile_index()961 dst_col += d_image->num_cols - 1; in transform_tile_index()963 dst_col /= 2; in transform_tile_index()965 return dst_row * d_image->num_cols + dst_col; in transform_tile_index()