OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ec_decode
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/opus/src/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);
entcode.h
77
/*In the decoder: the saved normalization factor from
ec_decode
().
bands.c
810
fs=
ec_decode
(ec,ft);
840
fm =
ec_decode
(ec, ft);
[
all
...]
/external/chromium_org/third_party/opus/src/celt/tests/
test_unit_entropy.c
285
fs=
ec_decode
(&dec,1<<logp1[j]);
Completed in 938 milliseconds