Searched refs:coder_context_t (Results 1 – 1 of 1) sorted by relevance
201 typedef struct coder_context_t { struct208 } coder_context_t; argument216 coder_context_t dec_ctx; /* decode context */217 coder_context_t enc_ctx; /* encode context */1218 encode_buffer(coder_context_t *ctx, const void *in, size_t inlen, in encode_buffer()1288 decode_buffer(coder_context_t *ctx, void *in, size_t inlen, in decode_buffer()