Asterisk - The Open Source Telephony Project
18.5.0
|
Go to the source code of this file.
Functions | |
void | createAugmentedVec (int index, float *buffer, float *cbVec) |
void | filteredCBvecs (float *cbvectors, float *mem, int lMem) |
void | searchAugmentedCB (int low, int high, int stage, int startIndex, float *target, float *buffer, float *max_measure, int *best_index, float *gain, float *energy, float *invenergy) |
void createAugmentedVec | ( | int | index, |
float * | buffer, | ||
float * | cbVec | ||
) |
void filteredCBvecs | ( | float * | cbvectors, |
float * | mem, | ||
int | lMem | ||
) |
Definition at line 29 of file createCB.c.
References CB_FILTERLEN, CB_HALFFILTERLEN, CB_MEML, and cbfiltersTbl.
Referenced by iCBSearch().
void searchAugmentedCB | ( | int | low, |
int | high, | ||
int | stage, | ||
int | startIndex, | ||
float * | target, | ||
float * | buffer, | ||
float * | max_measure, | ||
int * | best_index, | ||
float * | gain, | ||
float * | energy, | ||
float * | invenergy | ||
) |
Definition at line 71 of file createCB.c.
References CB_MAXGAIN, EPS, and SUBL.
Referenced by iCBSearch().