FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "libavutil/tx.h"
#include "avfilter.h"
#include "audio.h"
#include "filters.h"
#include "internal.h"
#include "formats.h"
#include "window_func.h"
Go to the source code of this file.
Data Structures | |
struct | AudioSurroundContext |
Macros | |
#define | MIN_MAG_SUM 0.00000001f |
#define | TRANSFORM |
#define | OFFSET(x) offsetof(AudioSurroundContext, x) |
#define | FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
#define | TFLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Enumerations | |
enum | SurroundChannel { SC_FL, SC_FR, SC_FC, SC_LF, SC_BL, SC_BR, SC_BC, SC_SL, SC_SR, SC_NB } |
Variables | |
static const int | ch_map [SC_NB] |
static const int | sc_map [16] |
static const AVOption | surround_options [] |
static const AVFilterPad | inputs [] |
static const AVFilterPad | outputs [] |
const AVFilter | ff_af_surround |
#define MIN_MAG_SUM 0.00000001f |
Definition at line 325 of file af_surround.c.
#define TRANSFORM |
#define OFFSET | ( | x | ) | offsetof(AudioSurroundContext, x) |
Definition at line 1415 of file af_surround.c.
#define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 1416 of file af_surround.c.
Definition at line 1417 of file af_surround.c.
enum SurroundChannel |
Enumerator | |
---|---|
SC_FL | |
SC_FR | |
SC_FC | |
SC_LF | |
SC_BL | |
SC_BR | |
SC_BC | |
SC_SL | |
SC_SR | |
SC_NB |
Definition at line 32 of file af_surround.c.
|
static |
Definition at line 151 of file af_surround.c.
|
static |
Definition at line 186 of file af_surround.c.
Referenced by config_input(), and process_command().
|
static |
Definition at line 201 of file af_surround.c.
Referenced by config_output(), and process_command().
|
static |
Definition at line 216 of file af_surround.c.
|
static |
Definition at line 260 of file af_surround.c.
Definition at line 315 of file af_surround.c.
Referenced by r_distance().
Definition at line 320 of file af_surround.c.
Referenced by angle_transform(), and focus_transform().
Definition at line 327 of file af_surround.c.
Referenced by filter_2_1(), filter_stereo(), and filter_surround().
Definition at line 351 of file af_surround.c.
Referenced by filter_2_1(), filter_stereo(), and filter_surround().
Definition at line 367 of file af_surround.c.
Referenced by filter_2_1(), filter_5_0_side(), filter_5_1_back(), filter_5_1_side(), filter_stereo(), and filter_surround().
|
inlinestatic |
Definition at line 375 of file af_surround.c.
Referenced by filter_stereo(), filter_surround(), and upmix_7_1_5_0_side().
|
static |
Definition at line 392 of file af_surround.c.
Referenced by l2_1_upmix(), stereo_upmix(), and surround_upmix().
|
static |
Definition at line 446 of file af_surround.c.
Referenced by l2_1_upmix(), stereo_upmix(), and surround_upmix().
|
static |
Definition at line 475 of file af_surround.c.
Referenced by stereo_upmix(), and surround_upmix().
|
static |
Definition at line 529 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 541 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 610 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 629 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 689 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 745 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 800 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 857 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 914 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 972 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 1032 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 1092 of file af_surround.c.
Referenced by init(), and process_command().
|
static |
Definition at line 1106 of file af_surround.c.
|
static |
Definition at line 1223 of file af_surround.c.
Referenced by fft_channels().
|
static |
Definition at line 1243 of file af_surround.c.
Referenced by filter_frame().
|
static |
Definition at line 1255 of file af_surround.c.
Referenced by ifft_channels().
|
static |
Definition at line 1281 of file af_surround.c.
Referenced by filter_frame().
|
static |
Definition at line 1297 of file af_surround.c.
Referenced by activate().
|
static |
Definition at line 1325 of file af_surround.c.
|
static |
Definition at line 1360 of file af_surround.c.
|
static |
Definition at line 1396 of file af_surround.c.
AVFILTER_DEFINE_CLASS | ( | surround | ) |
Definition at line 37 of file af_surround.c.
Referenced by set_input_levels(), set_output_levels(), and write_frame().
|
static |
Definition at line 49 of file af_surround.c.
Referenced by calculate_factors().
|
static |
Definition at line 1419 of file af_surround.c.
|
static |
Definition at line 1477 of file af_surround.c.
|
static |
Definition at line 1485 of file af_surround.c.
const AVFilter ff_af_surround |
Definition at line 1493 of file af_surround.c.