From 6a7d86ec73c5212c52d76d9ddcb2023fc535b814 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 14 Feb 2015 12:15:23 +0100 Subject: 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. --- interpolation.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'interpolation.c') 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 */ -- cgit v1.2.3