Go to the source code of this file.
Functions | |
| static void Cut_Calculation_of_the_LTP_parameters | P5 ((st, d, dp, bc_out, Nc_out), struct gsm_state *st, register word *d, register word *dp, word *bc_out, word *Nc_out) |
| static void Calculation_of_the_LTP_parameters | P4 ((d, dp, bc_out, Nc_out), register word *d, register word *dp, word *bc_out, word *Nc_out) |
| static void Long_term_analysis_filtering | P6 ((bc, Nc, dp, d, dpp, e), word bc, word Nc, register word *dp, register word *d, register word *dpp, register word *e) |
| void Gsm_Long_Term_Predictor | P7 ((S, d, dp, e, dpp, Nc, bc), struct gsm_state *S, word *d, word *dp, word *e, word *dpp, word *Nc, word *bc) |
| void Gsm_Long_Term_Synthesis_Filtering | P5 ((S, Ncr, bcr, erp, drp), struct gsm_state *S, word Ncr, word bcr, register word *erp, register word *drp) |
| static void Cut_Fast_Calculation_of_the_LTP_parameters P5 | ( | (st, d, dp, bc_out, Nc_out) | , | |
| struct gsm_state * | st, | |||
| register word * | d, | |||
| register word * | dp, | |||
| word * | bc_out, | |||
| word * | Nc_out | |||
| ) | [static] |
Definition at line 51 of file long_term.c.
| static void Fast_Calculation_of_the_LTP_parameters P4 | ( | (d, dp, bc_out, Nc_out) | , | |
| register word * | d, | |||
| register word * | dp, | |||
| word * | bc_out, | |||
| word * | Nc_out | |||
| ) | [static] |
Definition at line 158 of file long_term.c.
| static void Long_term_analysis_filtering P6 | ( | (bc, Nc, dp, d, dpp, e) | , | |
| word | bc, | |||
| word | Nc, | |||
| register word * | dp, | |||
| register word * | d, | |||
| register word * | dpp, | |||
| register word * | e | |||
| ) | [static] |
Definition at line 839 of file long_term.c.
| void Gsm_Long_Term_Predictor P7 | ( | (S, d, dp, e, dpp, Nc, bc) | , | |
| struct gsm_state * | S, | |||
| word * | d, | |||
| word * | dp, | |||
| word * | e, | |||
| word * | dpp, | |||
| word * | Nc, | |||
| word * | bc | |||
| ) |
Definition at line 872 of file long_term.c.
| void Gsm_Long_Term_Synthesis_Filtering P5 | ( | (S, Ncr, bcr, erp, drp) | , | |
| struct gsm_state * | S, | |||
| word | Ncr, | |||
| word | bcr, | |||
| register word * | erp, | |||
| register word * | drp | |||
| ) |
Definition at line 910 of file long_term.c.
1.5.5