Searched defs:ec_ctx (Results 1 – 1 of 1) sorted by relevance
40 typedef struct ec_ctx ec_ctx; typedef56 struct ec_ctx{ struct58 unsigned char *buf;60 opus_uint32 storage;62 opus_uint32 end_offs;87 static OPUS_INLINE opus_uint32 ec_range_bytes(ec_ctx *_this){ in ec_range_bytes() argument