#include <stdint.h>#include "dsputil.h"Go to the source code of this file.
Functions | |
| DECLARE_ALIGNED (32, static const float, syn_window)[FFALIGN(111 | |
| DECLARE_ALIGNED (32, static const float, gain_window)[FFALIGN(38 | |
| DECLARE_ALIGNED (32, static const float, syn_bw_tab)[FFALIGN(36 | |
| synthesis bandwidth broadening table | |
| DECLARE_ALIGNED (32, static const float, gain_bw_tab)[FFALIGN(10 | |
| gain bandwidth broadening table | |
Variables | |
| static const float | amptable [8] |
| static const int16_t | codetable [128][5] |
| DECLARE_ALIGNED | ( | 32 | , | |
| static const | float, | |||
| gain_bw_tab | ||||
| ) |
gain bandwidth broadening table
| DECLARE_ALIGNED | ( | 32 | , | |
| static const | float, | |||
| syn_bw_tab | ||||
| ) |
synthesis bandwidth broadening table
| DECLARE_ALIGNED | ( | 32 | , | |
| static const | float, | |||
| gain_window | ||||
| ) |
| DECLARE_ALIGNED | ( | 32 | , | |
| static const | float, | |||
| syn_window | ||||
| ) |
const float amptable[8] [static] |
Initial value:
{
0.515625, 0.90234375, 1.57910156, 2.76342773,
-0.515625, -0.90234375, -1.57910156, -2.76342773
}
Definition at line 28 of file ra288.h.
Referenced by ra288_decode_frame().
1.5.8