|
FFmpeg
|
audio multiband compand filter More...
#include "libavutil/avstring.h"#include "libavutil/ffmath.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/samplefmt.h"#include "audio.h"#include "avfilter.h"#include "filters.h"Go to the source code of this file.
Data Structures | |
| struct | CompandSegment |
| struct | CompandT |
| struct | PrevCrossover |
| struct | Crossover |
| struct | CompBand |
| struct | MCompandContext |
Macros | |
| #define | N 4 |
| #define | OFFSET(x) |
| #define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
| #define | S(x) |
| #define | S(x) |
| #define | L(x) |
| #define | CONVOLVE _ _ _ _ |
| #define | _ |
| #define | _ |
Functions | |
| AVFILTER_DEFINE_CLASS (mcompand) | |
| static av_cold void | uninit (AVFilterContext *ctx) |
| static void | count_items (char *item_str, int *nb_items, char delimiter) |
| static void | update_volume (CompBand *cb, double in, int ch) |
| static double | get_volume (CompandT *s, double in_lin) |
| static int | parse_points (char *points, int nb_points, double radius, CompandT *s, AVFilterContext *ctx) |
| static void | square_quadratic (double const *x, double *y) |
| static int | crossover_setup (AVFilterLink *outlink, Crossover *p, double frequency) |
| static int | config_output (AVFilterLink *outlink) |
| static void | crossover (int ch, Crossover *p, double *ibuf, double *obuf_low, double *obuf_high, size_t len) |
| static int | mcompand_channel (MCompandContext *c, CompBand *l, double *ibuf, double *obuf, int len, int ch) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
| static int | request_frame (AVFilterLink *outlink) |
Variables | |
| static const AVOption | mcompand_options [] |
| static const AVFilterPad | mcompand_inputs [] |
| static const AVFilterPad | mcompand_outputs [] |
| const FFFilter | ff_af_mcompand |
audio multiband compand filter
Definition in file af_mcompand.c.
| #define N 4 |
Definition at line 54 of file af_mcompand.c.
Referenced by ac_denorm_dblp(), ac_denorm_fltp(), biquad(), build_map(), butterworth_bp_filter(), celt_alg_quant(), celt_alg_unquant(), celt_calc_theta(), celt_compute_qn(), celt_cwrsi(), celt_decode_pulses(), celt_deinterleave_hadamard(), celt_encode_pulses(), celt_extract_collapse_mask(), celt_fir5(), celt_icwrsi(), celt_inner_prod(), celt_interleave_hadamard(), celt_normalize_residual(), celt_renormalize_vector(), celt_stereo_is_decouple(), celt_stereo_merge(), celt_stereo_ms_decouple(), chebyshev1_bp_filter(), chebyshev2_bp_filter(), check_loop_filter(), check_loop_filter_intra(), coef_sf2zf(), compute_dense(), compute_gru(), config_input(), convert_coeffs(), crossover(), decode_spectrum_ac(), decode_usac_core_coder(), dual_inner_prod(), epic_decode_component_pred(), epic_decode_pixel_pred(), epic_decode_run_length(), evolve(), evolve(), ff_aac_ac_finish(), ff_aac_ac_get_context(), ff_aac_ac_map_process(), ff_pvq_search_approx_sse2(), ff_pvq_search_approx_sse4(), ff_pvq_search_exact_avx(), filter_channel(), filter_frame(), flux(), fluxlr(), generate_window_func(), get_centere(), get_final(), hybrid4_8_12_cx(), hybrid6_cx(), iir_mem(), init(), lup_decompose(), lup_invert(), main(), predictor(), process_new(), process_old(), ps_denorm_dblp(), ps_denorm_fltp(), qmf_synth(), quant_band_template(), quant_dn(), QUANT_FN(), QUANT_FN(), remove_doubling(), run_channel_fft(), sq_denorm_dblp(), sq_denorm_fltp(), test_hybrid_analysis(), test_lfe_fir_fixed(), test_lfe_fir_float(), unwrap(), win(), and z_scan_block_avail().
| #define OFFSET | ( | x | ) |
Definition at line 94 of file af_mcompand.c.
Definition at line 95 of file af_mcompand.c.
| #define S | ( | x | ) |
Referenced by parse_points().
| #define S | ( | x | ) |
| #define L | ( | x | ) |
Referenced by parse_points().
Definition at line 467 of file af_mcompand.c.
Referenced by crossover().
| #define _ |
| #define _ |
| AVFILTER_DEFINE_CLASS | ( | mcompand | ) |
|
static |
Definition at line 104 of file af_mcompand.c.
|
static |
Definition at line 126 of file af_mcompand.c.
Referenced by config_output().
Definition at line 137 of file af_mcompand.c.
Referenced by mcompand_channel().
Definition at line 147 of file af_mcompand.c.
Referenced by mcompand_channel().
|
static |
Definition at line 168 of file af_mcompand.c.
Referenced by config_output().
Definition at line 270 of file af_mcompand.c.
Referenced by crossover_setup().
|
static |
Definition at line 279 of file af_mcompand.c.
Referenced by config_output().
|
static |
Definition at line 313 of file af_mcompand.c.
|
static |
Definition at line 469 of file af_mcompand.c.
Referenced by filter_frame().
|
static |
Definition at line 500 of file af_mcompand.c.
Referenced by filter_frame().
|
static |
Definition at line 553 of file af_mcompand.c.
|
static |
Definition at line 609 of file af_mcompand.c.
|
static |
Definition at line 97 of file af_mcompand.c.
|
static |
Definition at line 619 of file af_mcompand.c.
|
static |
Definition at line 627 of file af_mcompand.c.
| const FFFilter ff_af_mcompand |
Definition at line 637 of file af_mcompand.c.