Home
last modified time | relevance | path

Searched defs:mostFrequent (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_sequences.c157 ZSTD_selectEncodingType( FSE_repeat* repeatMode, unsigned const* count, unsigned const max, size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, FSE_CTable const* prevCTable, short const* defaultNorm, U32 defaultNormLog, ZSTD_defaultPolicy_e const isDefaultAllowed, ZSTD_strategy const strategy) ZSTD_selectEncodingType() argument
H A Dzstd_compress.c2383 size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() local
2413 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_buildSequencesStatistics() local
2445 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_buildSequencesStatistics() local
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c653 size_t const mostFrequent = FSE_countFast_wksp(count, &max, llCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal() local
685 size_t const mostFrequent = FSE_countFast_wksp(count, &max, ofCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal() local
717 size_t const mostFrequent = FSE_countFast_wksp(count, &max, mlCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal() local

Completed in 19 milliseconds