|
FFmpeg
|
fixed-point AC-3 encoder. More...
#include "internal.h"#include "audiodsp.h"#include "ac3enc.h"#include "eac3enc.h"#include "ac3enc_opts_template.c"#include "ac3enc_template.c"Macros | |
| #define | FFT_FLOAT 0 |
| #define | AC3ENC_TYPE AC3ENC_TYPE_AC3_FIXED |
Functions | |
| av_cold void | ff_ac3_fixed_mdct_end (AC3EncodeContext *s) |
| Finalize MDCT and free allocated memory. More... | |
| av_cold int | ff_ac3_fixed_mdct_init (AC3EncodeContext *s) |
| Initialize MDCT tables. More... | |
Variables | |
| AVCodec | ff_ac3_fixed_encoder |
fixed-point AC-3 encoder.
| av_cold void ff_ac3_fixed_mdct_end | ( | AC3EncodeContext * | s | ) |
Finalize MDCT and free allocated memory.
| s | AC-3 encoder private context |
| av_cold int ff_ac3_fixed_mdct_init | ( | AC3EncodeContext * | s | ) |
Initialize MDCT tables.
| s | AC-3 encoder private context |
| AVCodec ff_ac3_fixed_encoder |
1.8.12