|
libilbc 0.0.1
|
#include <inttypes.h>#include <math.h>#include <string.h>#include "ilbc.h"#include "helpfun.h"#include "lsf.h"#include "constants.h"#include "LPCdecode.h"Functions | |
| 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_decode_state_t *iLBCdec_inst) |