Home | History | Annotate | Download | only in celt

Lines Matching refs:ec_enc

60 static int ec_write_byte(ec_enc *_this,unsigned _value){
66 static int ec_write_byte_at_end(ec_enc *_this,unsigned _value){
82 static void ec_enc_carry_out(ec_enc *_this,int _c){
101 static void ec_enc_normalize(ec_enc *_this){
112 void ec_enc_init(ec_enc *_this,unsigned char *_buf,opus_uint32 _size){
128 void ec_encode(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _ft){
139 void ec_encode_bin(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _bits){
151 void ec_enc_bit_logp(ec_enc *_this,int _val,unsigned _logp){
164 void ec_enc_icdf(ec_enc *_this,int _s,const unsigned char *_icdf,unsigned _ftb){
175 void ec_enc_uint(ec_enc *_this,opus_uint32 _fl,opus_uint32 _ft){
193 void ec_enc_bits(ec_enc *_this,opus_uint32 _fl,unsigned _bits){
214 void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned _nbits){
237 void ec_enc_shrink(ec_enc *_this,opus_uint32 _size){
244 void ec_enc_done(ec_enc *_this){