#include <inttypes.h>
#include <stdlib.h>
#include <math.h>
#include "g722_1/g722_1.h"
#include "defs.h"
#include "tables.h"
#include "huff_tab.h"
|
void | categorize (int number_of_regions, int number_of_available_bits, int rms_index[MAX_NUMBER_OF_REGIONS], int power_categories[MAX_NUMBER_OF_REGIONS], int category_balances[MAX_NUM_CATEGORIZATION_CONTROL_POSSIBILITIES-1]) |
|