Home | History | Annotate | Download | only in celt

Lines Matching defs:ec_ctx

40 typedef struct ec_ctx         ec_ctx;
41 typedef struct ec_ctx ec_enc;
42 typedef struct ec_ctx ec_dec;
56 struct ec_ctx{
87 static OPUS_INLINE opus_uint32 ec_range_bytes(ec_ctx *_this){
91 static OPUS_INLINE unsigned char *ec_get_buffer(ec_ctx *_this){
95 static OPUS_INLINE int ec_get_error(ec_ctx *_this){
105 static OPUS_INLINE int ec_tell(ec_ctx *_this){
115 opus_uint32 ec_tell_frac(ec_ctx *_this);