|
FFmpeg
|
#include "config.h"#include "config_components.h"#include "libavutil/samplefmt.h"#include "codec_internal.h"#include "mpegaudio.h"#include "mpegaudiodec_template.c"Go to the source code of this file.
Macros | |
| #define | USE_FLOATS 0 |
| #define | SHR(a, b) |
| #define | FIXR_OLD(a) |
| #define | FIXR(a) |
| #define | FIXHR(a) |
| #define | MULH3(x, y, s) |
| #define | MULLx(x, y, s) |
| #define | RENAME(a) |
| #define | OUT_FMT AV_SAMPLE_FMT_S16 |
| #define | OUT_FMT_P AV_SAMPLE_FMT_S16P |
Variables | |
| static const int32_t | is_table [2][16] |
| static const int32_t | csa_table [8][4] |
| #define USE_FLOATS 0 |
Definition at line 25 of file mpegaudiodec_fixed.c.
Definition at line 30 of file mpegaudiodec_fixed.c.
Referenced by imdct12().
| #define FIXR_OLD | ( | a | ) |
Definition at line 32 of file mpegaudiodec_fixed.c.
| #define FIXR | ( | a | ) |
Definition at line 33 of file mpegaudiodec_fixed.c.
| #define FIXHR | ( | a | ) |
Definition at line 34 of file mpegaudiodec_fixed.c.
| #define MULH3 | ( | x, | |
| y, | |||
| s ) |
Definition at line 35 of file mpegaudiodec_fixed.c.
| #define MULLx | ( | x, | |
| y, | |||
| s ) |
Definition at line 36 of file mpegaudiodec_fixed.c.
Referenced by compute_stereo(), and decode_init_static().
| #define RENAME | ( | a | ) |
Definition at line 37 of file mpegaudiodec_fixed.c.
| #define OUT_FMT AV_SAMPLE_FMT_S16 |
Definition at line 38 of file mpegaudiodec_fixed.c.
Referenced by decode_ctx_init().
| #define OUT_FMT_P AV_SAMPLE_FMT_S16P |
Definition at line 39 of file mpegaudiodec_fixed.c.
Referenced by decode_ctx_init(), and mp_decode_frame().
|
static |
Definition at line 43 of file mpegaudiodec_fixed.c.
Referenced by compute_stereo().
|
static |
Definition at line 50 of file mpegaudiodec_fixed.c.