|
Asterisk - The Open Source Telephony Project
18.5.0
|

Go to the source code of this file.
Functions | |
| float | gaindequant (int index, float maxIn, int cblen) |
| float | gainquant (float in, float maxIn, int cblen, int *index) |
| float gaindequant | ( | int | index, |
| float | maxIn, | ||
| int | cblen | ||
| ) |
Definition at line 83 of file gainquant.c.
References gain_sq3Tbl, gain_sq4Tbl, and gain_sq5Tbl.
Referenced by iCBConstruct().
| float gainquant | ( | float | in, |
| float | maxIn, | ||
| int | cblen, | ||
| int * | index | ||
| ) |
Definition at line 27 of file gainquant.c.
References gain_sq3Tbl, gain_sq4Tbl, and gain_sq5Tbl.
Referenced by iCBSearch().
1.8.13