Searched refs:_col2 (Results 1 – 1 of 1) sorted by relevance
273 #define FS_COL_COPY(_col1, _col2) \ argument275 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)]; \276 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)]; \277 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)]; \281 #define FS_COL_HALVE(_col1, _col2) \ argument283 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 0.5; \284 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 0.5; \285 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 0.5; \289 #define FS_COL_DOUBLE(_col1, _col2) \ argument291 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 2; \[all …]