statistics of encoded sequences

This commit is contained in:
inikep
2016-02-23 12:41:56 +01:00
parent 9f754d23dc
commit 15174b0cfb
4 changed files with 27 additions and 4 deletions
+1 -3
View File
@@ -75,9 +75,7 @@ typedef struct {
MEM_STATIC void ZSTD_rescaleFreqs(seqStore_t* ssPtr)
{
unsigned u;
// printf("matchLengthSum=%d litLengthSum=%d litSum=%d offCodeSum=%d\n", ssPtr->matchLengthSum, ssPtr->litLengthSum, ssPtr->litSum, ssPtr->offCodeSum);
if (ssPtr->litLengthSum == 0) {
ssPtr->matchLengthSum = (1<<MLbits);
ssPtr->litLengthSum = (1<<LLbits);