Home
last modified time | relevance | path

Searched refs:nbits_total (Results 1 – 6 of 6) sorted by relevance

/external/libopus/celt/
Dentcode.c77 nbits=_this->nbits_total<<BITRES; in ec_tell_frac()
103 nbits=_this->nbits_total<<BITRES; in ec_tell_frac()
Dentdec.c106 _this->nbits_total+=EC_SYM_BITS; in ec_dec_normalize()
128 _this->nbits_total=EC_CODE_BITS+1 in ec_dec_init()
243 _this->nbits_total+=_bits; in ec_dec_bits()
Dentcode.h75 int nbits_total; member
112 return _this->nbits_total-EC_ILOG(_this->rng); in ec_tell()
Dentenc.c108 _this->nbits_total+=EC_SYM_BITS; in ec_enc_normalize()
118 _this->nbits_total=EC_CODE_BITS+1; in ec_enc_init()
211 _this->nbits_total+=_bits; in ec_enc_bits()
Dcelt_decoder.c934 dec->nbits_total+=tell-ec_tell(dec);
Dcelt_encoder.c1585 enc->nbits_total+=tell-ec_tell(enc); in celt_encode_with_ec()