Home | History | Annotate | Download | only in celt

Lines Matching full:ec_dec

91 static int ec_read_byte(ec_dec *_this){
95 static int ec_read_byte_from_end(ec_dec *_this){
102 static void ec_dec_normalize(ec_dec *_this){
119 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage){
139 unsigned ec_decode(ec_dec *_this,unsigned _ft){
146 unsigned ec_decode_bin(ec_dec *_this,unsigned _bits){
153 void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft){
162 int ec_dec_bit_logp(ec_dec *_this,unsigned _logp){
177 int ec_dec_icdf(ec_dec *_this,const unsigned char *_icdf,unsigned _ftb){
198 opus_uint32 ec_dec_uint(ec_dec *_this,opus_uint32 _ft){
225 opus_uint32 ec_dec_bits(ec_dec *_this,unsigned _bits){