Home
last modified time | relevance | path

Searched refs:SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/
H A Dhuf_compress.c1249 #define SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE 4096 macro
1365 …if ((flags & HUF_flags_suspectUncompressible) && srcSize >= (SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE * … in HUF_compress_internal()
1369 …imple (table->count, &maxSymbolValueBegin, (const BYTE*)src, SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE) ); in HUF_compress_internal()
1373 …olValueEnd, (const BYTE*)src + srcSize - SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE, SUSPECT_INCOMPRESSIBL… in HUF_compress_internal()
1376 …if (largestTotal <= ((2 * SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE) >> 7)+4) return 0; /* heuristic : … in HUF_compress_internal()