Searched refs:mostFrequent (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_compress_sequences.h | 25 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog,
|
D | zstd_compress_superblock.c | 200 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, llCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() local 204 countWksp, max, mostFrequent, nbSeq, in ZSTD_buildSuperBlockEntropy_sequences() 223 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, ofCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() local 229 countWksp, max, mostFrequent, nbSeq, in ZSTD_buildSuperBlockEntropy_sequences() 247 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, mlCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() local 251 countWksp, max, mostFrequent, nbSeq, in ZSTD_buildSuperBlockEntropy_sequences()
|
D | zstd_compress_sequences.c | 157 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, in ZSTD_selectEncodingType() argument 164 if (mostFrequent == nbSeq) { in ZSTD_selectEncodingType() 191 || (mostFrequent < (nbSeq >> (defaultNormLog-1))) ) { in ZSTD_selectEncodingType()
|
D | zstd_compress.c | 2177 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace,… in ZSTD_entropyCompressSequences_internal() local 2181 count, max, mostFrequent, nbSeq, in ZSTD_entropyCompressSequences_internal() 2203 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_entropyCompressSequences_internal() local 2210 count, max, mostFrequent, nbSeq, in ZSTD_entropyCompressSequences_internal() 2231 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_entropyCompressSequences_internal() local 2236 count, max, mostFrequent, nbSeq, in ZSTD_entropyCompressSequences_internal()
|