| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

Go to the source code of this file.
| Macros | |
| #define | FILTER Short_term_analysis_filtering | 
| #define | FILTER Short_term_synthesis_filtering | 
| #define | STEP(B_TIMES_TWO, MIC, INVA) | 
| Functions | |
| static void LARp_to_rp | P1 ((LARp), register word *LARp) | 
| static void Decoding_of_the_coded_Log_Area_Ratios | P2 ((LARc, LARpp), word *LARc, word *LARpp) | 
| static void Coefficients_40_159 | P2 ((LARpp_j, LARp), register word *LARpp_j, register word *LARp) | 
| static void Coefficients_0_12 | P3 ((LARpp_j_1, LARpp_j, LARp), register word *LARpp_j_1, register word *LARpp_j, register word *LARp) | 
| void Gsm_Short_Term_Analysis_Filter | P3 ((S, LARc, s), struct gsm_state *S, word *LARc, word *s) | 
| void Gsm_Short_Term_Synthesis_Filter | P4 ((S, LARcr, wt, s), struct gsm_state *S, word *LARcr, word *wt, word *s) | 
| static void Short_term_analysis_filtering | P4 ((u0, rp0, k_n, s), register word *u0, register word *rp0, register int k_n, register word *s) | 
| static void Short_term_synthesis_filtering | P5 ((S, rrp, k, wt, sr), struct gsm_state *S, register word *rrp, register int k, register word *wt, register word *sr) | 
| #define FILTER Short_term_analysis_filtering | 
| #define FILTER Short_term_synthesis_filtering | 
| #define STEP | ( | B_TIMES_TWO, | |
| MIC, | |||
| INVA | |||
| ) | 
| 
 | static | 
Definition at line 145 of file short_term.c.
| 
 | static | 
Definition at line 28 of file short_term.c.
References STEP.
| 
 | static | 
Definition at line 133 of file short_term.c.
| 
 | static | 
Definition at line 95 of file short_term.c.
| void Gsm_Short_Term_Analysis_Filter P3 | ( | (S, LARc, s) | , | 
| struct gsm_state * | S, | ||
| word * | LARc, | ||
| word * | s | ||
| ) | 
Definition at line 364 of file short_term.c.
| void Gsm_Short_Term_Synthesis_Filter P4 | ( | (S, LARcr, wt, s) | , | 
| struct gsm_state * | S, | ||
| word * | LARcr, | ||
| word * | wt, | ||
| word * | s | ||
| ) | 
Definition at line 407 of file short_term.c.
| 
 | static | 
Definition at line 190 of file short_term.c.
| 
 | static | 
Definition at line 281 of file short_term.c.