Searched refs:largestTotal (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c1210 size_t largestTotal = 0; local
1213 largestTotal += largestBegin;
1217 largestTotal += largestEnd;
1219 if (largestTotal <= ((2 * SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE) >> 7)+4) return 0; /* heuristic : probably not compressible enough */

Completed in 199 milliseconds