|
FFmpeg
|
AC-3 encoder float/fixed template. More...
#include "config_components.h"#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/avassert.h"#include "libavutil/mem_internal.h"#include "audiodsp.h"#include "ac3enc.h"#include "eac3enc.h"Go to the source code of this file.
Macros | |
| #define | RENAME(element) |
Functions | |
| static void | apply_mdct (AC3EncodeContext *s, uint8_t *const *samples) |
| static void | apply_channel_coupling (AC3EncodeContext *s) |
| static void | compute_rematrixing_strategy (AC3EncodeContext *s) |
| static void | copy_input_samples (AC3EncodeContext *s, const AVFrame *frame) |
| static void | encode_frame (AC3EncodeContext *s, const AVFrame *frame) |
AC-3 encoder float/fixed template.
Definition in file ac3enc_template.c.
| #define RENAME | ( | element | ) |
Definition at line 44 of file ac3enc_template.c.
Referenced by compute_imdct(), decode_bayer_frame(), decode_init_static(), decode_line_TMPL(), decode_rgb_frame_TMPL(), encode_bayer_frame(), encode_float32_rgb_frame(), encode_line_TMPL(), encode_rgb_frame_TMPL(), get_mix_any_func_TMPL(), horizontal_compose_dirac53i_TMPL(), horizontal_compose_fidelityi_TMPL(), horizontal_compose_haar0i_TMPL(), horizontal_compose_haar1i_TMPL(), horizontal_compose_haari_TMPL(), huffman_decode(), mp_decode_frame(), and spatial_idwt_init_TMPL().
|
static |
Definition at line 52 of file ac3enc_template.c.
Referenced by encode_frame().
|
static |
Definition at line 88 of file ac3enc_template.c.
Referenced by encode_frame().
|
static |
Definition at line 298 of file ac3enc_template.c.
Referenced by encode_frame().
|
static |
Definition at line 349 of file ac3enc_template.c.
Referenced by encode_frame().
|
static |
Definition at line 364 of file ac3enc_template.c.