Go to the source code of this file.
|  | 
|  | AVFILTER_DEFINE_CLASS (asoftclip) | 
|  | 
| static void | get_lowpass (Lowpass *s, double frequency, double sample_rate) | 
|  | 
| static float | run_lowpassf (const Lowpass *const s, float src, float *w) | 
|  | 
| static void | filter_flt (ASoftClipContext *s, void **dptr, const void **sptr, int nb_samples, int channels, int start, int end) | 
|  | 
| static double | run_lowpassd (const Lowpass *const s, double src, double *w) | 
|  | 
| static void | filter_dbl (ASoftClipContext *s, void **dptr, const void **sptr, int nb_samples, int channels, int start, int end) | 
|  | 
| static int | config_input (AVFilterLink *inlink) | 
|  | 
| static int | filter_channels (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) | 
|  | 
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) | 
|  | 
| static av_cold void | uninit (AVFilterContext *ctx) | 
|  | 
◆ MAX_OVERSAMPLE
      
        
          | #define MAX_OVERSAMPLE   64 | 
      
 
 
◆ OFFSET
◆ ASoftClipTypes
| Enumerator | 
|---|
| ASC_HARD |  | 
| ASC_TANH |  | 
| ASC_ATAN |  | 
| ASC_CUBIC |  | 
| ASC_EXP |  | 
| ASC_ALG |  | 
| ASC_QUINTIC |  | 
| ASC_SIN |  | 
| ASC_ERF |  | 
| NB_TYPES |  | 
Definition at line 30 of file af_asoftclip.c.
 
 
◆ AVFILTER_DEFINE_CLASS()
      
        
          | AVFILTER_DEFINE_CLASS | ( | asoftclip |  | ) |  | 
      
 
 
◆ get_lowpass()
◆ run_lowpassf()
◆ filter_flt()
◆ run_lowpassd()
◆ filter_dbl()
◆ config_input()
◆ filter_channels()
◆ filter_frame()
◆ uninit()
◆ asoftclip_options
◆ inputs
Initial value:= {
    {
        .name         = "default",
    },
}
Definition at line 467 of file af_asoftclip.c.
 
 
◆ outputs
Initial value:= {
    {
        .name = "default",
    },
}
Definition at line 476 of file af_asoftclip.c.
 
 
◆ ff_af_asoftclip
Initial value:= {
    .name           = "asoftclip",
    .priv_class     = &asoftclip_class,
}
Definition at line 483 of file af_asoftclip.c.
 
 
 
int ff_filter_process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags)
Generic processing of user supplied commands that are set in the same way as the filter options.