Home
last modified time | relevance | path

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

/external/zstd/doc/educational_decoder/
Dzstd_decompress.c214 } FSE_dtable; typedef
217 static inline u8 FSE_peek_symbol(const FSE_dtable *const dtable,
221 static inline void FSE_update_state(const FSE_dtable *const dtable,
226 static inline u8 FSE_decode_symbol(const FSE_dtable *const dtable,
231 static inline void FSE_init_state(const FSE_dtable *const dtable,
238 static size_t FSE_decompress_interleaved2(const FSE_dtable *const dtable,
243 static void FSE_init_dtable(FSE_dtable *const dtable,
249 static void FSE_decode_header(FSE_dtable *const dtable, istream_t *const in,
254 static void FSE_init_dtable_rle(FSE_dtable *const dtable, const u8 symb);
257 static void FSE_free_dtable(FSE_dtable *const dtable);
[all …]