Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c213 int accuracy_log; member
245 const int accuracy_log);
1521 if (src->accuracy_log == 0) { in FSE_copy_dtable()
1526 size_t size = (size_t)1 << src->accuracy_log; in FSE_copy_dtable()
1527 dst->accuracy_log = src->accuracy_log; in FSE_copy_dtable()
2041 const u8 bits = dtable->accuracy_log; in FSE_init_state()
2109 if (accuracy_log > FSE_MAX_ACCURACY_LOG) { in FSE_init_dtable()
2116 dtable->accuracy_log = accuracy_log; in FSE_init_dtable()
2212 if (accuracy_log > max_accuracy_log) { in FSE_decode_header()
2229 i32 remaining = 1 << accuracy_log; in FSE_decode_header()
[all …]