From 4b0878c07906834f32e1a5f82bd4a6291a131292 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 25 Dec 2017 15:46:31 +0100 Subject: [PATCH] Quantization: use population split --- src/op_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/op_c.c b/src/op_c.c index 050a8e61..97530b9d 100644 --- a/src/op_c.c +++ b/src/op_c.c @@ -36,7 +36,7 @@ // If GRAFX2_QUANTIZE_CLUSTER_POPULATION_SPLIT is defined, // the clusters are splitted in two half of equal (pixel) population. // Otherwise, they are splitted in two half of equal volume. -//#define GRAFX2_QUANTIZE_CLUSTER_POPULATION_SPLIT +#define GRAFX2_QUANTIZE_CLUSTER_POPULATION_SPLIT // If GRAFX2_QUANTIZE_CLUSTER_SORT_BY_VOLUME is defined // the clusters are sorted by volume. Otherwise, they