Searched refs:codeTable (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_compress_sequences.c | 244 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()
|
D | zstd_compress_sequences.h | 35 const BYTE* codeTable, size_t nbSeq,
|
D | zstd_compress_superblock.c | 606 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()
|