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"
#include "helpfun.h"
Go to the source code of this file.
Functions | |
void | AbsQuantW (iLBC_Enc_Inst_t *iLBCenc_inst, float *in, float *syntDenum, float *weightDenum, int *out, int len, int state_first) |
void | StateSearchW (iLBC_Enc_Inst_t *iLBCenc_inst, float *residual, float *syntDenum, float *weightDenum, int *idxForMax, int *idxVec, int len, int state_first) |
void AbsQuantW | ( | iLBC_Enc_Inst_t * | iLBCenc_inst, |
float * | in, | ||
float * | syntDenum, | ||
float * | weightDenum, | ||
int * | out, | ||
int | len, | ||
int | state_first | ||
) |
Definition at line 26 of file StateSearchW.c.
References AllPoleFilter(), len(), LPC_FILTERORDER, sort_sq(), iLBC_Enc_Inst_t_::state_short_len, STATE_SHORT_LEN_30MS, state_sq3Tbl, and SUBL.
Referenced by StateSearchW().
void StateSearchW | ( | iLBC_Enc_Inst_t * | iLBCenc_inst, |
float * | residual, | ||
float * | syntDenum, | ||
float * | weightDenum, | ||
int * | idxForMax, | ||
int * | idxVec, | ||
int | len, | ||
int | state_first | ||
) |
Definition at line 121 of file StateSearchW.c.
References AbsQuantW(), len(), LPC_FILTERORDER, sort_sq(), state_frgqTbl, STATE_SHORT_LEN_30MS, tmp(), and ZeroPoleFilter().
Referenced by iLBC_encode().