summaryrefslogtreecommitdiff
path: root/interpolation.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-14 12:15:23 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commit6a7d86ec73c5212c52d76d9ddcb2023fc535b814 (patch)
treeb21a8c8093823dad8fd9f6d59f019fb05758fa15 /interpolation.c
parentdbc44a2d45153760ee710f4ebcbd09f9ac196fea (diff)
downloadpucket-6a7d86ec73c5212c52d76d9ddcb2023fc535b814.tar.gz
pucket-6a7d86ec73c5212c52d76d9ddcb2023fc535b814.tar.bz2
pucket-6a7d86ec73c5212c52d76d9ddcb2023fc535b814.zip
Drop density estimator
First of all, it does not look too pretty. But more importantly now we can reduce the bucket size to four (instead of five) and vectorize that stuff.
Diffstat (limited to 'interpolation.c')
-rw-r--r--interpolation.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/interpolation.c b/interpolation.c
index 09c3a7a..528e312 100644
--- a/interpolation.c
+++ b/interpolation.c
@@ -438,9 +438,6 @@ void flam3_interpolate_n(flam3_genome *result, int ncp,
INTERP(rotate);
INTERI(nbatches);
INTERI(ntemporal_samples);
- INTERP(estimator);
- INTERP(estimator_minimum);
- INTERP(estimator_curve);
INTERP(gam_lin_thresh);
/* Interpolate the chaos array */