| FFmpeg
    4.0
    | 
#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 | 
| 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().
| 
 | static | 
Definition at line 28 of file mpegaudiodsp.c.
Referenced by ff_mpadsp_init().
| 
 | static | 
Definition at line 29 of file mpegaudiodsp.c.
Referenced by ff_mpadsp_init().
 1.8.13
 1.8.13