OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ec_decode
(Results
1 - 4
of
4
) sorted by null
/external/libopus/celt/
entdec.h
51
unsigned
ec_decode
(ec_dec *_this,unsigned _ft);
53
/*Equivalent to
ec_decode
() with _ft==1<<_bits.*/
58
Exactly one call to
ec_decode
() must have been made so that all necessary
68
This must be the same as passed to the preceding call to
ec_decode
().*/
entdec.c
139
unsigned
ec_decode
(ec_dec *_this,unsigned _ft){
function
210
s=
ec_decode
(_this,ft);
219
s=
ec_decode
(_this,(unsigned)_ft);
bands.c
723
fs=
ec_decode
(ec,ft);
753
fm =
ec_decode
(ec, ft);
[
all
...]
/external/libopus/celt/tests/
test_unit_entropy.c
285
fs=
ec_decode
(&dec,1<<logp1[j]);
Completed in 100 milliseconds