Searched refs:codeTable (Results 1 – 4 of 4) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_compress_sequences.c | 247 const BYTE* codeTable, size_t nbSeq, in ZSTD_buildCTable() argument 260 *op = codeTable[0]; in ZSTD_buildCTable() 272 if (count[codeTable[nbSeq-1]] > 1) { in ZSTD_buildCTable() 273 count[codeTable[nbSeq-1]]--; in ZSTD_buildCTable()
|
H A D | zstd_compress_sequences.h | 37 const BYTE* codeTable, size_t nbSeq,
|
H A D | zstd_compress_superblock.c | 332 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument 339 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() 345 HIST_countFast_wksp(countWksp, &max, codeTable, nbSeq, workspace, wkspSize); /* can't fail */ in ZSTD_estimateSubBlockSize_symbolType()
|
H A D | zstd_compress.c | 3772 const BYTE* codeTable, size_t nbSeq, unsigned maxCode, in ZSTD_estimateBlockSize_symbolType() argument 3779 const BYTE* ctp = codeTable; in ZSTD_estimateBlockSize_symbolType() 3785 HIST_countFast_wksp(countWksp, &max, codeTable, nbSeq, workspace, wkspSize); /* can't fail */ in ZSTD_estimateBlockSize_symbolType()
|