Searched refs:OF_defaultNorm (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | zstd_internal.h | 122 static const S16 OF_defaultNorm[MaxOff + 1] = {1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1}; variable
|
H A D | compress.c | 693 FSE_buildCTable_wksp(CTable_OffsetBits, OF_defaultNorm, MaxOff, OF_defaultNormLog, workspace, workspaceSize); in ZSTD_compressSequences_internal()
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | zstd_internal.h | 149 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = { variable
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_superblock.c | 374 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_estimateSubBlockSize_sequences()
|
H A D | zstd_compress.c | 2422 OF_defaultNorm, OF_defaultNormLog, in ZSTD_buildSequencesStatistics() 2429 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSequencesStatistics() 3222 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_estimateBlockSize_sequences()
|
Completed in 22 milliseconds