Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dentcode.c23 uint32_t od_ec_tell_frac(uint32_t nbits_total, uint32_t rng) { in od_ec_tell_frac() argument
39 nbits = nbits_total << OD_BITRES; in od_ec_tell_frac()
Dentcode.h38 OD_WARN_UNUSED_RESULT uint32_t od_ec_tell_frac(uint32_t nbits_total,
/external/libopus/celt/
Dentcode.c77 nbits=_this->nbits_total<<BITRES; in ec_tell_frac()
103 nbits=_this->nbits_total<<BITRES; in ec_tell_frac()
Dentcode.h75 int nbits_total; member
112 return _this->nbits_total-EC_ILOG(_this->rng); in ec_tell()
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()
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.c972 dec->nbits_total+=tell-ec_tell(dec);
Dcelt_encoder.c1647 enc->nbits_total+=tell-ec_tell(enc); in celt_encode_with_ec()