Go to the source code of this file.
 | 
| static int  | close_sofa (struct NCSofa *sofa) | 
|   | 
| static int  | load_sofa (AVFilterContext *ctx, char *filename, int *samplingrate) | 
|   | 
| static int  | parse_channel_name (char **arg, int *rchannel, char *buf) | 
|   | 
| static void  | parse_speaker_pos (AVFilterContext *ctx, int64_t in_channel_layout) | 
|   | 
| static int  | get_speaker_pos (AVFilterContext *ctx, float *speaker_azim, float *speaker_elev) | 
|   | 
| static int  | max_delay (struct NCSofa *sofa) | 
|   | 
| static int  | find_m (SOFAlizerContext *s, int azim, int elev, float radius) | 
|   | 
| static int  | compensate_volume (AVFilterContext *ctx) | 
|   | 
| static int  | sofalizer_convolute (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) | 
|   | 
| static int  | sofalizer_fast_convolute (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) | 
|   | 
| static int  | filter_frame (AVFilterLink *inlink, AVFrame *in) | 
|   | 
| static int  | query_formats (AVFilterContext *ctx) | 
|   | 
| static int  | load_data (AVFilterContext *ctx, int azim, int elev, float radius) | 
|   | 
| static av_cold int  | init (AVFilterContext *ctx) | 
|   | 
| static int  | config_input (AVFilterLink *inlink) | 
|   | 
| static av_cold void  | uninit (AVFilterContext *ctx) | 
|   | 
|   | AVFILTER_DEFINE_CLASS (sofalizer) | 
|   | 
      
        
          | #define FREQUENCY_DOMAIN   1 | 
        
      
 
 
  
  
      
        
          | static int close_sofa  | 
          ( | 
          struct NCSofa *  | 
          sofa | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static int parse_channel_name  | 
          ( | 
          char **  | 
          arg,  | 
         
        
           | 
           | 
          int *  | 
          rchannel,  | 
         
        
           | 
           | 
          char *  | 
          buf  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static int get_speaker_pos  | 
          ( | 
          AVFilterContext *  | 
          ctx,  | 
         
        
           | 
           | 
          float *  | 
          speaker_azim,  | 
         
        
           | 
           | 
          float *  | 
          speaker_elev  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
      
        
          | AVFILTER_DEFINE_CLASS  | 
          ( | 
          sofalizer  | 
           | ) | 
           | 
        
      
 
 
Initial value:= {
    {
        .name         = "default",
    },
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
 
static int config_input(AVFilterLink *inlink)
 
 
Definition at line 1205 of file af_sofalizer.c.
 
 
Initial value:= {
    {
        .name = "default",
    },
}
 
Definition at line 1215 of file af_sofalizer.c.
 
 
Initial value:= {
    .name          = "sofalizer",
    .priv_class    = &sofalizer_class,
}
static int query_formats(AVFilterContext *ctx)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
 
static const AVFilterPad outputs[]
 
static const AVFilterPad inputs[]
 
static av_cold int init(AVFilterContext *ctx)
 
static av_cold void uninit(AVFilterContext *ctx)
 
 
Definition at line 1223 of file af_sofalizer.c.