ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
void | init_layer12 (void) |
void | init_layer12_stuff (mpg123_handle *fr, real *(*init_table)(mpg123_handle *fr, real *table, int m)) |
real * | init_layer12_table (mpg123_handle *fr, real *table, int m) |
static int | II_step_one (unsigned int *bit_alloc, int *scale, mpg123_handle *fr) |
static void | II_step_two (unsigned int *bit_alloc, real fraction[2][4][SBLIMIT], int *scale, mpg123_handle *fr, int x1) |
static void | II_select_table (mpg123_handle *fr) |
int | do_layer2 (mpg123_handle *fr) |
Variables | |
static int | grp_3tab [32 *3] = { 0, } |
static int | grp_5tab [128 *3] = { 0, } |
static int | grp_9tab [1024 *3] = { 0, } |
static const double | mulmul [27] |
int do_layer2 | ( | mpg123_handle * | fr | ) |
Definition at line 369 of file layer2.c.
|
static |
Definition at line 336 of file layer2.c.
Referenced by do_layer2().
|
static |
Definition at line 117 of file layer2.c.
Referenced by do_layer2().
|
static |
Definition at line 230 of file layer2.c.
Referenced by do_layer2().
Definition at line 39 of file layer2.c.
void init_layer12_stuff | ( | mpg123_handle * | fr, |
real *(*)(mpg123_handle *fr, real *table, int m) | init_table | ||
) |
real * init_layer12_table | ( | mpg123_handle * | fr, |
real * | table, | ||
int | m | ||
) |
Definition at line 78 of file layer2.c.
|
static |
Definition at line 21 of file layer2.c.
Referenced by II_step_two(), and init_layer12().
|
static |
Definition at line 22 of file layer2.c.
Referenced by II_step_two(), and init_layer12().
|
static |
Definition at line 23 of file layer2.c.
Referenced by II_step_two(), and init_layer12().
Definition at line 28 of file layer2.c.
Referenced by init_layer12_table().