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 324 of file af_surround.c.
#define TRANSFORM |
Definition at line 387 of file af_surround.c.
#define OFFSET | ( | x | ) | offsetof(AudioSurroundContext, x) |
Definition at line 1391 of file af_surround.c.
#define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 1392 of file af_surround.c.
Definition at line 1393 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 150 of file af_surround.c.
|
static |
Definition at line 185 of file af_surround.c.
Referenced by config_input(), and process_command().
|
static |
Definition at line 200 of file af_surround.c.
Referenced by config_output(), and process_command().
|
static |
Definition at line 215 of file af_surround.c.
|
static |
Definition at line 259 of file af_surround.c.
Definition at line 314 of file af_surround.c.
Referenced by r_distance().
Definition at line 319 of file af_surround.c.
Referenced by angle_transform(), and focus_transform().
Definition at line 326 of file af_surround.c.
Referenced by filter_2_1(), filter_stereo(), and filter_surround().
Definition at line 350 of file af_surround.c.
Referenced by filter_2_1(), filter_stereo(), and filter_surround().
Definition at line 366 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 374 of file af_surround.c.
Referenced by filter_stereo(), filter_surround(), and upmix_7_1_5_0_side().
|
static |
Definition at line 391 of file af_surround.c.
Referenced by l2_1_upmix(), stereo_upmix(), and surround_upmix().
|
static |
Definition at line 445 of file af_surround.c.
Referenced by l2_1_upmix(), stereo_upmix(), and surround_upmix().
|
static |
Definition at line 474 of file af_surround.c.
Referenced by stereo_upmix(), and surround_upmix().
|
static |
Definition at line 528 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 540 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 609 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 628 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 688 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 744 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 798 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 854 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 910 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 967 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 1026 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 1085 of file af_surround.c.
Referenced by init(), and process_command().
|
static |
Definition at line 1099 of file af_surround.c.
|
static |
Definition at line 1199 of file af_surround.c.
Referenced by fft_channels().
|
static |
Definition at line 1219 of file af_surround.c.
Referenced by filter_frame().
|
static |
Definition at line 1231 of file af_surround.c.
Referenced by ifft_channels().
|
static |
Definition at line 1257 of file af_surround.c.
Referenced by filter_frame().
|
static |
Definition at line 1273 of file af_surround.c.
Referenced by activate().
|
static |
Definition at line 1301 of file af_surround.c.
|
static |
Definition at line 1336 of file af_surround.c.
|
static |
Definition at line 1372 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 1395 of file af_surround.c.
|
static |
Definition at line 1453 of file af_surround.c.
|
static |
Definition at line 1461 of file af_surround.c.
const AVFilter ff_af_surround |
Definition at line 1469 of file af_surround.c.