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 1 |
#define | SHR(a, b) ((a)*(1.0f/(1<<(b)))) |
#define | FIXR_OLD(a) ((int)((a) * FRAC_ONE + 0.5)) |
#define | FIXR(x) ((float)(x)) |
#define | FIXHR(x) ((float)(x)) |
#define | MULH3(x, y, s) ((s)*(y)*(x)) |
#define | MULLx(x, y, s) ((y)*(x)) |
#define | RENAME(a) a ## _float |
#define | OUT_FMT AV_SAMPLE_FMT_FLT |
#define | OUT_FMT_P AV_SAMPLE_FMT_FLTP |
Variables | |
static const float | is_table [2][16] |
static const float | csa_table [8][4] |
#define USE_FLOATS 1 |
Definition at line 26 of file mpegaudiodec_float.c.
Definition at line 32 of file mpegaudiodec_float.c.
#define FIXR | ( | x | ) | ((float)(x)) |
Definition at line 33 of file mpegaudiodec_float.c.
#define FIXHR | ( | x | ) | ((float)(x)) |
Definition at line 34 of file mpegaudiodec_float.c.
Definition at line 35 of file mpegaudiodec_float.c.
#define MULLx | ( | x, | |
y, | |||
s | |||
) | ((y)*(x)) |
Definition at line 36 of file mpegaudiodec_float.c.
Definition at line 37 of file mpegaudiodec_float.c.
#define OUT_FMT AV_SAMPLE_FMT_FLT |
Definition at line 38 of file mpegaudiodec_float.c.
#define OUT_FMT_P AV_SAMPLE_FMT_FLTP |
Definition at line 39 of file mpegaudiodec_float.c.
|
static |
Definition at line 43 of file mpegaudiodec_float.c.
|
static |
Definition at line 55 of file mpegaudiodec_float.c.