Go to the source code of this file.
      
        
          | AVFILTER_DEFINE_CLASS  | 
          ( | 
          crystalizer  | 
           | ) | 
           | 
        
      
 
 
Initial value:= {
}
static int16_t mult(Float11 *f1, Float11 *f2)
 
static double clip(void *opaque, double val)
Clip value val in the minval - maxval range. 
 
 
Definition at line 37 of file af_crystalizer.c.
 
 
Initial value:= {
    {
        .name         = "default",
    },
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
 
 
Definition at line 127 of file af_crystalizer.c.
 
 
Initial value:= {
    .name           = "crystalizer",
    .priv_class     = &crystalizer_class,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int query_formats(AVFilterContext *ctx)
 
static const AVFilterPad outputs[]
 
static const AVFilterPad inputs[]
 
static av_cold void uninit(AVFilterContext *ctx)
 
 
Definition at line 144 of file af_crystalizer.c.