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

Go to the source code of this file.

Macros

#define FIXED_TABLE
 
#define IMDCT_SCALAR   1.759
 

Functions

static av_cold void mpegaudio_tableinit (void)
 

Variables

static uint32_t exp_table_fixed [512]
 
static uint32_t expval_table_fixed [512][16]
 

Macro Definition Documentation

◆ FIXED_TABLE

#define FIXED_TABLE

Definition at line 35 of file mpegaudio_tablegen.h.

◆ IMDCT_SCALAR

#define IMDCT_SCALAR   1.759

Definition at line 46 of file mpegaudio_tablegen.h.

Function Documentation

◆ mpegaudio_tableinit()

static av_cold void mpegaudio_tableinit ( void  )
static

Definition at line 48 of file mpegaudio_tablegen.h.

Referenced by decode_init_static(), and main().

Variable Documentation

◆ exp_table_fixed

uint32_t exp_table_fixed[512]
static

Definition at line 36 of file mpegaudio_tablegen.h.

Referenced by main(), and mpegaudio_tableinit().

◆ expval_table_fixed

uint32_t expval_table_fixed[512][16]
static

Definition at line 37 of file mpegaudio_tablegen.h.

Referenced by main(), and mpegaudio_tableinit().