FFmpeg
|
#include "config.h"
#include "libavutil/samplefmt.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) ((a)>>(b)) |
#define | FIXR_OLD(a) ((int)((a) * FRAC_ONE + 0.5)) |
#define | FIXR(a) ((int)((a) * FRAC_ONE + 0.5)) |
#define | FIXHR(a) ((int)((a) * (1LL<<32) + 0.5)) |
#define | MULH3(x, y, s) MULH((s)*(x), y) |
#define | MULLx(x, y, s) MULL(x,y,s) |
#define | RENAME(a) a ## _fixed |
#define | OUT_FMT AV_SAMPLE_FMT_S16 |
#define | OUT_FMT_P AV_SAMPLE_FMT_S16P |
#define USE_FLOATS 0 |
Definition at line 24 of file mpegaudiodec_fixed.c.
Definition at line 28 of file mpegaudiodec_fixed.c.
Referenced by imdct12().
Definition at line 30 of file mpegaudiodec_fixed.c.
Definition at line 31 of file mpegaudiodec_fixed.c.
Definition at line 32 of file mpegaudiodec_fixed.c.
Definition at line 34 of file mpegaudiodec_fixed.c.
Referenced by compute_stereo(), and decode_init_static().
Definition at line 35 of file mpegaudiodec_fixed.c.
Referenced by compute_imdct(), decode_init_static(), get_mix_any_func_TMPL(), huffman_decode(), mp_decode_frame(), postProcess_TMPL(), rgb2rgb_init_TMPL(), sws_init_swscale_TMPL(), uyvytoyuv420_TMPL(), uyvytoyuv422_TMPL(), yuv422ptouyvy_TMPL(), yuv422ptoyuy2_TMPL(), yuyvtoyuv420_TMPL(), yuyvtoyuv422_TMPL(), yv12touyvy_TMPL(), and yv12toyuy2_TMPL().
#define OUT_FMT AV_SAMPLE_FMT_S16 |
Definition at line 36 of file mpegaudiodec_fixed.c.
Referenced by decode_init().
#define OUT_FMT_P AV_SAMPLE_FMT_S16P |
Definition at line 37 of file mpegaudiodec_fixed.c.
Referenced by decode_init(), and mp_decode_frame().