OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_ORDER
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h
56
#define
MAX_ORDER
13
entropy_coding.c
718
WebRtc_Word32 larQ17[
MAX_ORDER
]; // Size 7+6 is enough
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c
632
#define
MAX_ORDER
100
656
double rc[
MAX_ORDER
], *inpl, *inph, *outp;
686
double poly[
MAX_ORDER
];
687
double rc[
MAX_ORDER
];
722
double rc[
MAX_ORDER
], *outpl, *outph, *inp;
[
all
...]
Completed in 50 milliseconds