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 323 of file af_surround.c.
#define TRANSFORM |
#define OFFSET | ( | x | ) | offsetof(AudioSurroundContext, x) |
Definition at line 1407 of file af_surround.c.
#define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 1408 of file af_surround.c.
Definition at line 1409 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 149 of file af_surround.c.
|
static |
Definition at line 184 of file af_surround.c.
Referenced by config_input(), and process_command().
|
static |
Definition at line 199 of file af_surround.c.
Referenced by config_output(), and process_command().
|
static |
Definition at line 214 of file af_surround.c.
|
static |
Definition at line 258 of file af_surround.c.
Definition at line 313 of file af_surround.c.
Referenced by r_distance().
Definition at line 318 of file af_surround.c.
Referenced by angle_transform(), and focus_transform().
Definition at line 325 of file af_surround.c.
Referenced by filter_2_1(), filter_stereo(), and filter_surround().
Definition at line 349 of file af_surround.c.
Referenced by filter_2_1(), filter_stereo(), and filter_surround().
Definition at line 365 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 373 of file af_surround.c.
Referenced by filter_stereo(), filter_surround(), and upmix_7_1_5_0_side().
|
static |
Definition at line 390 of file af_surround.c.
Referenced by l2_1_upmix(), stereo_upmix(), and surround_upmix().
|
static |
Definition at line 444 of file af_surround.c.
Referenced by l2_1_upmix(), stereo_upmix(), and surround_upmix().
|
static |
Definition at line 473 of file af_surround.c.
Referenced by stereo_upmix(), and surround_upmix().
|
static |
Definition at line 527 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 539 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 608 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 627 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 687 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 743 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 855 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 912 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 970 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 1030 of file af_surround.c.
Referenced by init().
|
static |
Definition at line 1090 of file af_surround.c.
Referenced by init(), and process_command().
|
static |
Definition at line 1104 of file af_surround.c.
|
static |
Definition at line 1211 of file af_surround.c.
Referenced by fft_channels().
|
static |
Definition at line 1233 of file af_surround.c.
Referenced by filter_frame().
|
static |
Definition at line 1245 of file af_surround.c.
Referenced by ifft_channels().
|
static |
Definition at line 1273 of file af_surround.c.
Referenced by filter_frame().
|
static |
Definition at line 1289 of file af_surround.c.
Referenced by activate().
|
static |
Definition at line 1317 of file af_surround.c.
|
static |
Definition at line 1352 of file af_surround.c.
|
static |
Definition at line 1388 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 1411 of file af_surround.c.
|
static |
Definition at line 1469 of file af_surround.c.
|
static |
Definition at line 1477 of file af_surround.c.
const AVFilter ff_af_surround |
Definition at line 1485 of file af_surround.c.