Searched defs:ec_ctx (Results 1 – 1 of 1) sorted by relevance
39 typedef struct ec_ctx ec_ctx; typedef55 struct ec_ctx{ struct57 unsigned char *buf;59 opus_uint32 storage;61 opus_uint32 end_offs;86 static inline opus_uint32 ec_range_bytes(ec_ctx *_this){ in ec_range_bytes() argument