OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ec_dec_update
(Results
1 - 5
of
5
) sorted by null
/external/libopus/celt/
entdec.h
43
ec_dec_update
(), or decoding will not proceed correctly.
69
void
ec_dec_update
(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft);
75
No call to
ec_dec_update
() is necessary after this call.
86
No call to
ec_dec_update
() is necessary after this call.
94
No call to
ec_dec_update
() is necessary after this call.
entdec.c
153
void
ec_dec_update
(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft){
function
211
ec_dec_update
(_this,s,s+1,ft);
220
ec_dec_update
(_this,s,s+1,(unsigned)_ft);
laplace.c
132
ec_dec_update
(dec, fl, IMIN(fl+fs,32768), 32768);
bands.c
728
ec_dec_update
(ec,x<=x0?p0*x:(x-1-x0)+(x0+1)*p0,x<=x0?p0*(x+1):(x-x0)+(x0+1)*p0,ft);
769
ec_dec_update
(ec, fl, fl+fs, ft);
[
all
...]
/external/libopus/celt/tests/
test_unit_entropy.c
287
ec_dec_update
(&dec,sym?(1<<logp1[j])-1:0,
293
ec_dec_update
(&dec,sym?(1<<logp1[j])-1:0,
Completed in 298 milliseconds