Update c/enc/block_splitter_inc.h

Added a digit of precision
diff --git a/c/enc/block_splitter_inc.h b/c/enc/block_splitter_inc.h
index 6668d5e..bf62358 100644
--- a/c/enc/block_splitter_inc.h
+++ b/c/enc/block_splitter_inc.h
@@ -129,7 +129,7 @@
     }
     /* More blocks for the beginning. */
     if (byte_ix < 2000) {
-      block_switch_cost *= 0.77 + 0.00003 * (double)byte_ix;
+      block_switch_cost *= 0.77 + 0.000035 * (double)byte_ix;
     }
     for (k = 0; k < num_histograms; ++k) {
       cost[k] -= min_cost;