Home
last modified time | relevance | path

Searched refs:MAX_ORDER (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dsettings.h56 #define MAX_ORDER 13 macro
Dentropy_coding.c747 int32_t larQ17[MAX_ORDER]; // Size 7+6 is enough in Poly2LarFix()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c627 #define MAX_ORDER 100 macro
651 double rc[MAX_ORDER], *inpl, *inph, *outp; in WebRtcIsac_Poly2Lar()
681 double poly[MAX_ORDER]; in WebRtcIsac_Poly2LarUB()
682 double rc[MAX_ORDER]; in WebRtcIsac_Poly2LarUB()
717 double rc[MAX_ORDER], *outpl, *outph, *inp; in WebRtcIsac_Lar2Poly()