Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_sequences.c244 const BYTE* codeTable, size_t nbSeq, in ZSTD_buildCTable() argument
257 *op = codeTable[0]; in ZSTD_buildCTable()
269 if (count[codeTable[nbSeq-1]] > 1) { in ZSTD_buildCTable()
270 count[codeTable[nbSeq-1]]--; in ZSTD_buildCTable()
Dzstd_compress_sequences.h35 const BYTE* codeTable, size_t nbSeq,
Dzstd_compress_superblock.c606 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument
613 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType()
619 HIST_countFast_wksp(countWksp, &max, codeTable, nbSeq, workspace, wkspSize); /* can't fail */ in ZSTD_estimateSubBlockSize_symbolType()