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.c1168 #define SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE 4096 macro
1209 …if (suspectUncompressible && srcSize >= (SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE * SUSPECT_INCOMPRESSIB… in HUF_compress_internal()
1212 …imple (table->count, &maxSymbolValueBegin, (const BYTE*)src, SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE) ); in HUF_compress_internal()
1216 …olValueEnd, (const BYTE*)src + srcSize - SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE, SUSPECT_INCOMPRESSIBL… in HUF_compress_internal()
1219 …if (largestTotal <= ((2 * SUSPECT_INCOMPRESSIBLE_SAMPLE_SIZE) >> 7)+4) return 0; /* heuristic : … in HUF_compress_internal()