Home
last modified time | relevance | path

Searched refs:num_symbs (Results 1 – 1 of 1) sorted by relevance

/external/zstd/doc/educational_decoder/
Dzstd_decompress.c188 const int num_symbs);
193 const int num_symbs);
244 const i16 *const norm_freqs, const int num_symbs,
699 int *const num_symbs);
878 int num_symbs; in decode_huf_table() local
886 num_symbs = header - 127; in decode_huf_table()
887 const size_t bytes = (num_symbs + 1) / 2; in decode_huf_table()
891 for (int i = 0; i < num_symbs; i++) { in decode_huf_table()
908 fse_decode_hufweights(&weight_stream, &fse_stream, &num_symbs); in decode_huf_table()
912 HUF_init_dtable_usingweights(dtable, weights, num_symbs); in decode_huf_table()
[all …]