|
Asterisk - The Open Source Telephony Project
18.5.0
|

Go to the source code of this file.
Functions | |
| void | compCorr (float *cc, float *gc, float *pm, float *buffer, int lag, int bLen, int sRange) |
| void | doThePLC (float *PLCresidual, float *PLClpc, int PLI, float *decresidual, float *lpc, int inlag, iLBC_Dec_Inst_t *iLBCdec_inst) |
| void compCorr | ( | float * | cc, |
| float * | gc, | ||
| float * | pm, | ||
| float * | buffer, | ||
| int | lag, | ||
| int | bLen, | ||
| int | sRange | ||
| ) |
| void doThePLC | ( | float * | PLCresidual, |
| float * | PLClpc, | ||
| int | PLI, | ||
| float * | decresidual, | ||
| float * | lpc, | ||
| int | inlag, | ||
| iLBC_Dec_Inst_t * | iLBCdec_inst | ||
| ) |
Definition at line 79 of file doCPLC.c.
References iLBC_Dec_Inst_t_::blockl, BLOCKL_MAX, compCorr(), iLBC_Dec_Inst_t_::consPLICount, LPC_FILTERORDER, iLBC_Dec_Inst_t_::per, iLBC_Dec_Inst_t_::prevLag, iLBC_Dec_Inst_t_::prevLpc, iLBC_Dec_Inst_t_::prevPLI, iLBC_Dec_Inst_t_::prevResidual, and iLBC_Dec_Inst_t_::seed.
Referenced by iLBC_decode().
1.8.13