@@ -1074,14 +981,14 @@ extern "C" __global__ void correlate2D_inter( // only results in TD
...
@@ -1074,14 +981,14 @@ extern "C" __global__ void correlate2D_inter( // only results in TD
scale0,// float scale0, // scale for R
scale0,// float scale0, // scale for R
scale1,// float scale1, // scale for B
scale1,// float scale1, // scale for B
scale2,// float scale2, // scale for G
scale2,// float scale2, // scale for G
num_corr_tiles_with_sum,// int num_corr_tiles, // number of correlation tiles to process (here it includes sum for compatibility with intra format)
pnum_corr_tiles,// num_corr_tiles_with_sum, // int num_corr_tiles, // number of correlation tiles to process (here it includes sum for compatibility with intra format)
// TODO: Make offsets calculate in compile time, to avoid NVRTC(in java): " error: dynamic initialization is not supported for a __constant__ variable"