Searched defs:mostFrequent (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | huf_round_trip.c | 71 size_t const mostFrequent = HIST_count(count, &maxSymbol, src, size); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/zstd/tests/ |
H A D | decodecorpus.c | 845 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, WKSP, sizeof(WKSP… in writeSequences() local 877 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, ofCodeTable, nbSeq, WKSP, sizeof(WKSP… in writeSequences() local 905 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, mlCodeTable, nbSeq, WKSP, sizeof(WKSP… in writeSequences() local
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_compress_sequences.c | 159 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, in ZSTD_selectEncodingType()
|
H A D | zstd_compress.c | 2776 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics() local 2806 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_buildSequencesStatistics() local 2838 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_buildSequencesStatistics() local
|