|
sipxmedialib
Version 3.3
|

Macros | |
| #define | VX1_PC0 1 |
| #define | USE_IMAGSQ 1 |
| #define | SCALE_DFT5 16384 |
| #define | SHIFT_DFT5 14 |
| #define | ROUND_DFT5 8192 |
| #define | SCALE_DFT8 16384 |
| #define | SHIFT_DFT8 14 |
| #define | ROUND_DFT8 8192 |
| #define | NORM_FFT80RtoC_CONSTANT 19 |
| #define | NORM_FFT80CtoR_CONSTANT 19 |
| #define | SCALE_DFT16 8192 |
| #define | SHIFT_DFT16 13 |
| #define | ROUND_DFT16 4096 |
| #define | NORM_FFT16RtoC_CONSTANT 19 |
| #define | NORM_FFT16CtoR_CONSTANT 19 |
Functions | |
| void | TestDft () |
| int | FFTError (int v[], int w[], int length) |
| int | Get1000log10 (int input) |
| void | FFT5CtoC (icomplex v[]) |
| void | FFT8CtoC (icomplex v[]) |
| void | GetDft40Tables () |
| void | FFT40CtoC (icomplex x[]) |
| void | FFT80RtoC (icomplex w[]) |
| void | FFT80CtoR (icomplex w[]) |
| void | FFT16CtoC (icomplex v[]) |
| void | getdft80tables () |
| void | FFT80CtoC (icomplex x[]) |
| void | FFT16RtoC (icomplex w[]) |
| void | FFT16CtoR (icomplex w[]) |
| int | nrand () |
| int | myrand () |
Variables | |
| int | IndexMapInc5Mod40 [40] |
| int | IndexMapInc8Mod40 [40] |
| int | IndexMapInc13Mod40 [40] |
| int | FFT80RtoCCosSinTable [38] |
| int | FFT16RtoCCosSinTable [6] |
| const int | ic50 = 15582 |
| const int | ic51 = -25212 |
| const int | ic52 = -5952 |
| const int | ic53 = 9159 |
| const int | ic54 = -20480 |
| const int | Dft8c = 11585 |
| const int | ic80 = 5793 |
| const int | ic161 = 3135 |
| const int | ic162 = 10703 |
| const int | ic163 = 4433 |
| const int | ic164 = 7568 |
| int | IndexMapInc5Mod80 [80] |
| int | IndexMapInc16Mod80 [80] |
| int | IndexMapInc21Mod80 [80] |
| const short int | dBTable [256] |
| int | rngseed |
| #define VX1_PC0 1 |
| #define USE_IMAGSQ 1 |
| #define SCALE_DFT5 16384 |
| #define SHIFT_DFT5 14 |
| #define ROUND_DFT5 8192 |
| #define SCALE_DFT8 16384 |
| #define SHIFT_DFT8 14 |
| #define ROUND_DFT8 8192 |
| #define NORM_FFT80RtoC_CONSTANT 19 |
| #define NORM_FFT80CtoR_CONSTANT 19 |
| #define SCALE_DFT16 8192 |
| #define SHIFT_DFT16 13 |
| #define ROUND_DFT16 4096 |
| #define NORM_FFT16RtoC_CONSTANT 19 |
| #define NORM_FFT16CtoR_CONSTANT 19 |
| void TestDft | ( | ) |
| int FFTError | ( | int | v[], |
| int | w[], | ||
| int | length | ||
| ) |
| int Get1000log10 | ( | int | input | ) |
| void FFT5CtoC | ( | icomplex | v[] | ) |
| void FFT8CtoC | ( | icomplex | v[] | ) |
| void GetDft40Tables | ( | ) |
| void FFT40CtoC | ( | icomplex | x[] | ) |
| void FFT80RtoC | ( | icomplex | w[] | ) |
| void FFT80CtoR | ( | icomplex | w[] | ) |
| void FFT16CtoC | ( | icomplex | v[] | ) |
| void getdft80tables | ( | ) |
| void FFT80CtoC | ( | icomplex | x[] | ) |
| void FFT16RtoC | ( | icomplex | w[] | ) |
| void FFT16CtoR | ( | icomplex | w[] | ) |
| int nrand | ( | ) |
| int myrand | ( | ) |
| int IndexMapInc5Mod40[40] |
| int IndexMapInc8Mod40[40] |
| int IndexMapInc13Mod40[40] |
| int FFT80RtoCCosSinTable[38] |
| int FFT16RtoCCosSinTable[6] |
| const int ic50 = 15582 |
| const int ic51 = -25212 |
| const int ic52 = -5952 |
| const int ic53 = 9159 |
| const int ic54 = -20480 |
| const int Dft8c = 11585 |
| const int ic80 = 5793 |
| const int ic161 = 3135 |
| const int ic162 = 10703 |
| const int ic163 = 4433 |
| const int ic164 = 7568 |
| int IndexMapInc5Mod80[80] |
| int IndexMapInc16Mod80[80] |
| int IndexMapInc21Mod80[80] |
| const short int dBTable[256] |
| int rngseed |
1.8.11