FFmpeg
Macros | Functions | Variables
mpegaudiodec_common_tablegen.h File Reference
#include <stdint.h>
#include <math.h>
#include "libavutil/attributes.h"

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]
 

Macro Definition Documentation

◆ TABLE_4_3_SIZE

#define TABLE_4_3_SIZE   ((8191 + 16)*4)

Definition at line 29 of file mpegaudiodec_common_tablegen.h.

◆ FRAC_BITS

#define FRAC_BITS   23

Definition at line 41 of file mpegaudiodec_common_tablegen.h.

◆ IMDCT_SCALAR

#define IMDCT_SCALAR   1.759

Definition at line 42 of file mpegaudiodec_common_tablegen.h.

Function Documentation

◆ mpegaudiodec_common_tableinit()

static av_cold void mpegaudiodec_common_tableinit ( void  )
static

Definition at line 44 of file mpegaudiodec_common_tablegen.h.

Referenced by main(), and mpegaudiodec_common_init_static().

Variable Documentation

◆ ff_table_4_3_exp

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().

◆ ff_table_4_3_value

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().