| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <math.h>#include <string.h>#include "helpfun.h"#include "lsf.h"#include "iLBC_define.h"#include "constants.h"
Go to the source code of this file.
| Functions | |
| void | DecoderInterpolateLSF (float *syntdenum, float *weightdenum, float *lsfdeq, int length, iLBC_Dec_Inst_t *iLBCdec_inst) | 
| void | LSFinterpolate2a_dec (float *a, float *lsf1, float *lsf2, float coef, int length) | 
| void | SimplelsfDEQ (float *lsfdeq, int *index, int lpc_n) | 
| void DecoderInterpolateLSF | ( | float * | syntdenum, | 
| float * | weightdenum, | ||
| float * | lsfdeq, | ||
| int | length, | ||
| iLBC_Dec_Inst_t * | iLBCdec_inst | ||
| ) | 
Definition at line 89 of file LPCdecode.c.
References bwexpand(), LPC_CHIRP_WEIGHTDENUM, LPC_FILTERORDER, lsf_weightTbl_20ms, lsf_weightTbl_30ms, iLBC_Dec_Inst_t_::lsfdeqold, LSFinterpolate2a_dec(), iLBC_Dec_Inst_t_::mode, and iLBC_Dec_Inst_t_::nsub.
Referenced by iLBC_decode().
| void LSFinterpolate2a_dec | ( | float * | a, | 
| float * | lsf1, | ||
| float * | lsf2, | ||
| float | coef, | ||
| int | length | ||
| ) | 
Definition at line 25 of file LPCdecode.c.
References a, interpolate(), LPC_FILTERORDER, and lsf2a().
Referenced by DecoderInterpolateLSF().
| void SimplelsfDEQ | ( | float * | lsfdeq, | 
| int * | index, | ||
| int | lpc_n | ||
| ) | 
Definition at line 42 of file LPCdecode.c.
References dim_lsfCbTbl, LPC_FILTERORDER, LSF_NSPLIT, lsfCbTbl, and size_lsfCbTbl.
Referenced by iLBC_decode().