Searched refs:_ftb (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dentdec.h77 [s>0?ft-_icdf[s-1]:0,ft-_icdf[s]), where ft=1<<_ftb.
80 _ftb: The number of bits of precision in the cumulative distribution.
82 int ec_dec_icdf(ec_dec *_this,const unsigned char *_icdf,unsigned _ftb);
95 _ftb: The number of bits to extract.
98 opus_uint32 ec_dec_bits(ec_dec *_this,unsigned _ftb);
H A Dentenc.h61 [_s>0?ft-_icdf[_s-1]:0,ft-_icdf[_s]), where ft=1<<_ftb.
64 _ftb: The number of bits of precision in the cumulative distribution.*/
65 void ec_enc_icdf(ec_enc *_this,int _s,const unsigned char *_icdf,unsigned _ftb);
75 _ftb: The number of bits to encode.
77 void ec_enc_bits(ec_enc *_this,opus_uint32 _fl,unsigned _ftb);
H A Dentdec.c177 int ec_dec_icdf(ec_dec *_this,const unsigned char *_icdf,unsigned _ftb){ argument
185 r=s>>_ftb;
H A Dentenc.c164 void ec_enc_icdf(ec_enc *_this,int _s,const unsigned char *_icdf,unsigned _ftb){ argument
166 r=_this->rng>>_ftb;

Completed in 80 milliseconds