Home
last modified time | relevance | path

Searched refs:EC_UINT_BITS (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dentdec.c206 if(ftb>EC_UINT_BITS){ in ec_dec_uint()
208 ftb-=EC_UINT_BITS; in ec_dec_uint()
Dentcode.h53 # define EC_UINT_BITS (8) macro
Dentenc.c183 if(ftb>EC_UINT_BITS){ in ec_enc_uint()
184 ftb-=EC_UINT_BITS; in ec_enc_uint()