Home | History | Annotate | Download | only in celt

Lines Matching full:_this

87 static OPUS_INLINE opus_uint32 ec_range_bytes(ec_ctx *_this){
88 return _this->offs;
91 static OPUS_INLINE unsigned char *ec_get_buffer(ec_ctx *_this){
92 return _this->buf;
95 static OPUS_INLINE int ec_get_error(ec_ctx *_this){
96 return _this->error;
105 static OPUS_INLINE int ec_tell(ec_ctx *_this){
106 return _this->nbits_total-EC_ILOG(_this->rng);
115 opus_uint32 ec_tell_frac(ec_ctx *_this);