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

  /external/chromium_org/third_party/opus/src/celt/
mfrngcod.h 37 # define EC_CODE_BITS (32)
41 # define EC_CODE_SHIFT (EC_CODE_BITS-EC_SYM_BITS-1)
43 # define EC_CODE_TOP (((opus_uint32)1U)<<(EC_CODE_BITS-1))
47 # define EC_CODE_EXTRA ((EC_CODE_BITS-2)%EC_SYM_BITS+1)
entdec.c 128 _this->nbits_total=EC_CODE_BITS+1
129 -((EC_CODE_BITS-EC_CODE_EXTRA)/EC_SYM_BITS)*EC_SYM_BITS;
entenc.c 118 _this->nbits_total=EC_CODE_BITS+1;
252 l=EC_CODE_BITS-EC_ILOG(_this->rng);

Completed in 1123 milliseconds