FFmpeg
Functions | Variables
mpegaudiodsp.c File Reference
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/thread.h"
#include "mpegaudiodsp.h"
#include "dct.h"
#include "dct32.h"

Go to the source code of this file.

Functions

av_cold void ff_mpadsp_init (MPADSPContext *s)
 

Variables

static AVOnce mpadsp_float_table_init = AV_ONCE_INIT
 
static AVOnce mpadsp_fixed_table_init = AV_ONCE_INIT
 

Function Documentation

◆ ff_mpadsp_init()

av_cold void ff_mpadsp_init ( MPADSPContext s)

Definition at line 31 of file mpegaudiodsp.c.

Referenced by decode_init(), mpc7_decode_init(), mpc8_decode_init(), and qdm2_decode_init().

Variable Documentation

◆ mpadsp_float_table_init

AVOnce mpadsp_float_table_init = AV_ONCE_INIT
static

Definition at line 28 of file mpegaudiodsp.c.

Referenced by ff_mpadsp_init().

◆ mpadsp_fixed_table_init

AVOnce mpadsp_fixed_table_init = AV_ONCE_INIT
static

Definition at line 29 of file mpegaudiodsp.c.

Referenced by ff_mpadsp_init().