Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c302 } frame_context_t; typedef
415 static void init_frame_context(frame_context_t *const context,
418 static void free_frame_context(frame_context_t *const context);
421 static void frame_context_apply_dict(frame_context_t *const ctx,
447 frame_context_t ctx; in decode_data_frame()
464 static void init_frame_context(frame_context_t *const context, in init_frame_context()
468 memset(context, 0, sizeof(frame_context_t)); in init_frame_context()
482 static void free_frame_context(frame_context_t *const context) { in free_frame_context()
489 memset(context, 0, sizeof(frame_context_t)); in free_frame_context()
994 static void decompress_sequences(frame_context_t *const ctx,
[all …]