FFmpeg
|
Go to the source code of this file.
Macros | |
#define | TABLE_4_3_SIZE ((8191 + 16)*4) |
#define | FRAC_BITS 23 |
#define | IMDCT_SCALAR 1.759 |
Functions | |
static av_cold void | mpegaudiodec_common_tableinit (void) |
Variables | |
int8_t | ff_table_4_3_exp [TABLE_4_3_SIZE] |
uint32_t | ff_table_4_3_value [TABLE_4_3_SIZE] |
#define TABLE_4_3_SIZE ((8191 + 16)*4) |
Definition at line 29 of file mpegaudiodec_common_tablegen.h.
#define FRAC_BITS 23 |
Definition at line 41 of file mpegaudiodec_common_tablegen.h.
#define IMDCT_SCALAR 1.759 |
Definition at line 42 of file mpegaudiodec_common_tablegen.h.
|
static |
Definition at line 44 of file mpegaudiodec_common_tablegen.h.
Referenced by main(), and mpegaudiodec_common_init_static().
int8_t ff_table_4_3_exp[TABLE_4_3_SIZE] |
Definition at line 38 of file mpegaudiodec_common_tablegen.h.
Referenced by l3_unscale(), main(), and mpegaudiodec_common_tableinit().
uint32_t ff_table_4_3_value[TABLE_4_3_SIZE] |
Definition at line 39 of file mpegaudiodec_common_tablegen.h.
Referenced by l3_unscale(), main(), and mpegaudiodec_common_tableinit().