Lines Matching refs:dst_step
144 … __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
158 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
162 map1_index += map1_step, map2_index += map2_step, dst_index += dst_step)
191 … __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
201 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
206 map_index += map_step, dst_index += dst_step)
231 … __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
241 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
246 map_index += map_step, dst_index += dst_step)
271 … __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
282 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
288 map1_index += map1_step, map2_index += map2_step, dst_index += dst_step)
327 … __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
338 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
344 map1_index += map1_step, map2_index += map2_step, dst_index += dst_step)
391 … __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
402 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
408 map1_index += map1_step, map2_index += map2_step, dst_index += dst_step)
501 … __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
511 int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
516 map_index += map_step, dst_index += dst_step)