#include <inttypes.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <stdio.h>#include "g722_1/g722_1.h"#include "defs.h"#include "huff_tab.h"| const int16_t max_bin[NUM_CATEGORIES] |
{
13, 9, 6, 4, 3, 2, 1, 1
}
| const float step_size[NUM_CATEGORIES] |
{
0.3536f,
0.5f,
0.7071f,
1.0f,
1.4142f,
2.0f,
2.8284f,
2.8284f
}
1.6.1