Searched refs:dst_col (Results 1 – 1 of 1) sorted by relevance
909 int dst_row, dst_col; in transform_tile_index() local924 dst_col = -src_row; in transform_tile_index()927 dst_col = src_col; in transform_tile_index()933 dst_col = -dst_col; in transform_tile_index()938 chan->ic_task, ctx, src_col, src_row, dst_col, dst_row); in transform_tile_index()945 dst_col += d_image->num_cols - 1; in transform_tile_index()947 dst_col /= 2; in transform_tile_index()949 return dst_row * d_image->num_cols + dst_col; in transform_tile_index()