Searched defs:mostFrequent (Results 1 – 4 of 4) sorted by relevance
| /external/zstd/lib/compress/ |
| D | zstd_compress_superblock.c | 199 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, llCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() local 222 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, ofCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() local 246 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, mlCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() local
|
| D | zstd_compress_sequences.c | 157 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, in ZSTD_selectEncodingType()
|
| D | zstd_compress.c | 2228 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace,… in ZSTD_entropyCompressSequences_internal() local 2254 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_entropyCompressSequences_internal() local 2282 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_entropyCompressSequences_internal() local
|
| /external/zstd/tests/ |
| D | decodecorpus.c | 841 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, WKSP, sizeof(WKSP… in writeSequences() local 873 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, ofCodeTable, nbSeq, WKSP, sizeof(WKSP… in writeSequences() local 901 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, mlCodeTable, nbSeq, WKSP, sizeof(WKSP… in writeSequences() local
|