HomeSort by relevance Sort by last modified time
    Searched refs:nbits_total (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
entcode.h 68 int nbits_total; member in struct:ec_ctx
105 return _this->nbits_total-EC_ILOG(_this->rng);
entcode.c 82 nbits=_this->nbits_total<<BITRES;
entdec.c 106 _this->nbits_total+=EC_SYM_BITS;
128 _this->nbits_total=EC_CODE_BITS+1
243 _this->nbits_total+=_bits;
entenc.c 108 _this->nbits_total+=EC_SYM_BITS;
118 _this->nbits_total=EC_CODE_BITS+1;
211 _this->nbits_total+=_bits;
celt_decoder.c 792 dec->nbits_total+=tell-ec_tell(dec);
    [all...]
celt_encoder.c     [all...]

Completed in 1187 milliseconds