FFmpeg
|
#include "audiodsp.h"
#include "ac3enc.h"
#include "codec_internal.h"
#include "eac3enc.h"
#include "kbdwin.h"
#include "ac3enc_template.c"
Go to the source code of this file.
Macros | |
#define | AC3ENC_FLOAT 0 |
Functions | |
static void | sum_square_butterfly (AC3EncodeContext *s, int64_t sum[4], const int32_t *coef0, const int32_t *coef1, int len) |
static void | clip_coefficients (AudioDSPContext *adsp, int32_t *coef, unsigned int len) |
static CoefType | calc_cpl_coord (CoefSumType energy_ch, CoefSumType energy_cpl) |
static av_cold int | ac3_fixed_mdct_init (AC3EncodeContext *s) |
Initialize MDCT tables. More... | |
static av_cold int | ac3_fixed_encode_init (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_ac3_fixed_encoder |
fixed-point AC-3 encoder.
Definition in file ac3enc_fixed.c.
#define AC3ENC_FLOAT 0 |
Definition at line 29 of file ac3enc_fixed.c.
|
static |
Definition at line 36 of file ac3enc_fixed.c.
Referenced by compute_rematrixing_strategy().
|
static |
Definition at line 46 of file ac3enc_fixed.c.
Referenced by apply_channel_coupling().
|
static |
Definition at line 56 of file ac3enc_fixed.c.
Referenced by apply_channel_coupling().
|
static |
Initialize MDCT tables.
s | AC-3 encoder private context |
Definition at line 76 of file ac3enc_fixed.c.
Referenced by ac3_fixed_encode_init().
|
static |
Definition at line 100 of file ac3enc_fixed.c.
const FFCodec ff_ac3_fixed_encoder |
Definition at line 110 of file ac3enc_fixed.c.