Lines Matching refs:num_symbs

188                             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()
916 int *const num_symbs) { in fse_decode_hufweights() argument
927 *num_symbs = FSE_decompress_interleaved2(&dtable, weights, in); in fse_decode_hufweights()
1897 const int num_symbs) { in HUF_init_dtable() argument
1899 if (num_symbs > HUF_MAX_SYMBS) { in HUF_init_dtable()
1909 for (int i = 0; i < num_symbs; i++) { in HUF_init_dtable()
1946 for (int i = 0; i < num_symbs; i++) { in HUF_init_dtable()
1962 const int num_symbs) { in HUF_init_dtable_usingweights() argument
1964 if (num_symbs + 1 > HUF_MAX_SYMBS) { in HUF_init_dtable_usingweights()
1971 for (int i = 0; i < num_symbs; i++) { in HUF_init_dtable_usingweights()
1991 for (int i = 0; i < num_symbs; i++) { in HUF_init_dtable_usingweights()
1995 bits[num_symbs] = in HUF_init_dtable_usingweights()
1998 HUF_init_dtable(table, bits, num_symbs + 1); in HUF_init_dtable_usingweights()
2107 const i16 *const norm_freqs, const int num_symbs, in FSE_init_dtable() argument
2112 if (num_symbs > FSE_MAX_SYMBS) { in FSE_init_dtable()
2138 for (int s = 0; s < num_symbs; s++) { in FSE_init_dtable()
2153 for (int s = 0; s < num_symbs; s++) { in FSE_init_dtable()