Commit bcba36f
committed
Bugfixing various interpolaters
When doing
- dt_interpolation_resample() dt_interpolation_resample_roi()
- dt_interpolation_resample_cl() dt_interpolation_resample_roi_cl()
- dt_interpolation_resample_1c()
we don't attempt to keep data above zero, if this is required we must correct outside
these interpolators.
Notes:
- the cpu code did badly on intermediate results
- the fast copy modes behave accordingly as keeping data as they are1 parent 25aa865 commit bcba36f
2 files changed
+10
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2972 | 2972 | | |
2973 | 2973 | | |
2974 | 2974 | | |
2975 | | - | |
| 2975 | + | |
2976 | 2976 | | |
2977 | | - | |
| 2977 | + | |
2978 | 2978 | | |
2979 | | - | |
| 2979 | + | |
2980 | 2980 | | |
2981 | 2981 | | |
2982 | 2982 | | |
| |||
3846 | 3846 | | |
3847 | 3847 | | |
3848 | 3848 | | |
3849 | | - | |
| 3849 | + | |
3850 | 3850 | | |
3851 | 3851 | | |
3852 | 3852 | | |
| |||
3868 | 3868 | | |
3869 | 3869 | | |
3870 | 3870 | | |
3871 | | - | |
3872 | | - | |
3873 | | - | |
3874 | | - | |
3875 | | - | |
3876 | | - | |
| 3871 | + | |
| 3872 | + | |
3877 | 3873 | | |
3878 | 3874 | | |
3879 | 3875 | | |
| |||
3890 | 3886 | | |
3891 | 3887 | | |
3892 | 3888 | | |
3893 | | - | |
| 3889 | + | |
3894 | 3890 | | |
3895 | 3891 | | |
3896 | 3892 | | |
| |||
3899 | 3895 | | |
3900 | 3896 | | |
3901 | 3897 | | |
3902 | | - | |
| 3898 | + | |
3903 | 3899 | | |
3904 | 3900 | | |
3905 | 3901 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1142 | 1142 | | |
1143 | 1143 | | |
1144 | 1144 | | |
1145 | | - | |
1146 | | - | |
1147 | 1145 | | |
1148 | 1146 | | |
1149 | | - | |
| 1147 | + | |
1150 | 1148 | | |
1151 | 1149 | | |
1152 | 1150 | | |
| |||
1565 | 1563 | | |
1566 | 1564 | | |
1567 | 1565 | | |
1568 | | - | |
| 1566 | + | |
1569 | 1567 | | |
1570 | 1568 | | |
1571 | 1569 | | |
| |||
0 commit comments