|
FFmpeg
|
audio multiband compand filter More...
#include "libavutil/avassert.h"#include "libavutil/avstring.h"#include "libavutil/ffmath.h"#include "libavutil/opt.h"#include "libavutil/samplefmt.h"#include "audio.h"#include "avfilter.h"#include "internal.h"Classes | |
| struct | CompandSegment |
| struct | CompandT |
| struct | PrevCrossover |
| struct | Crossover |
| struct | CompBand |
| struct | MCompandContext |
Macros | |
| #define | N 4 |
| #define | OFFSET(x) offsetof(MCompandContext, x) |
| #define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
| #define | S(x) s->segments[2 * ((x) + 1)] |
| #define | S(x) s->segments[2 * (x)] |
| #define | L(x) s->segments[i - (x)] |
| #define | CONVOLVE _ _ _ _ |
| #define | _ |
| #define | _ |
Typedefs | |
| typedef struct CompandSegment | CompandSegment |
| typedef struct CompandT | CompandT |
| typedef struct PrevCrossover | PrevCrossover[N *2] |
| typedef struct Crossover | Crossover |
| typedef struct CompBand | CompBand |
| typedef struct MCompandContext | MCompandContext |
Functions | |
| AVFILTER_DEFINE_CLASS (mcompand) | |
Variables | |
| AVFilter | ff_af_mcompand |
audio multiband compand filter
| #define _ |
| #define _ |
| AVFilter ff_af_mcompand |
1.8.12