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 1 |
Functions | |
static void | scale_coefficients (AC3EncodeContext *s) |
static void | clip_coefficients (AudioDSPContext *adsp, float *coef, unsigned int len) |
static CoefType | calc_cpl_coord (CoefSumType energy_ch, CoefSumType energy_cpl) |
static void | sum_square_butterfly (AC3EncodeContext *s, float sum[4], const float *coef0, const float *coef1, int len) |
static av_cold int | ac3_float_mdct_init (AC3EncodeContext *s) |
Initialize MDCT tables. More... | |
av_cold int | ff_ac3_float_encode_init (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_ac3_encoder |
floating-point AC-3 encoder.
Definition in file ac3enc_float.c.
#define AC3ENC_FLOAT 1 |
Definition at line 29 of file ac3enc_float.c.
|
static |
Definition at line 40 of file ac3enc_float.c.
Referenced by encode_frame().
|
static |
Definition at line 53 of file ac3enc_float.c.
|
static |
Definition at line 63 of file ac3enc_float.c.
|
static |
Definition at line 71 of file ac3enc_float.c.
|
static |
Initialize MDCT tables.
s | AC-3 encoder private context |
Definition at line 86 of file ac3enc_float.c.
Referenced by ff_ac3_float_encode_init().
av_cold int ff_ac3_float_encode_init | ( | AVCodecContext * | avctx | ) |
Definition at line 103 of file ac3enc_float.c.
const FFCodec ff_ac3_encoder |
Definition at line 114 of file ac3enc_float.c.