Searched refs:nbits_total (Results 1 – 8 of 8) sorted by relevance
23 uint32_t od_ec_tell_frac(uint32_t nbits_total, uint32_t rng) { in od_ec_tell_frac() argument39 nbits = nbits_total << OD_BITRES; in od_ec_tell_frac()
38 OD_WARN_UNUSED_RESULT uint32_t od_ec_tell_frac(uint32_t nbits_total,
77 nbits=_this->nbits_total<<BITRES; in ec_tell_frac()103 nbits=_this->nbits_total<<BITRES; in ec_tell_frac()
75 int nbits_total; member112 return _this->nbits_total-EC_ILOG(_this->rng); in ec_tell()
106 _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()
108 _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()
972 dec->nbits_total+=tell-ec_tell(dec);
1647 enc->nbits_total+=tell-ec_tell(enc); in celt_encode_with_ec()