Asterisk - The Open Source Telephony Project
18.5.0
|
#include <math.h>
#include <string.h>
#include "iLBC_define.h"
#include "constants.h"
#include "filter.h"
Go to the source code of this file.
Functions | |
void | StateConstructW (int idxForMax, int *idxVec, float *syntDenum, float *out, int len) |
void StateConstructW | ( | int | idxForMax, |
int * | idxVec, | ||
float * | syntDenum, | ||
float * | out, | ||
int | len | ||
) |
Definition at line 24 of file StateConstructW.c.
References len(), LPC_FILTERORDER, state_frgqTbl, STATE_LEN, state_sq3Tbl, tmp(), and ZeroPoleFilter().
Referenced by Decode(), and iLBC_encode().