Go to the source code of this file.
 | 
|   | RESAMPLE_FUNCS (int16, mmxext) | 
|   | 
|   | RESAMPLE_FUNCS (int16, sse2) | 
|   | 
|   | RESAMPLE_FUNCS (int16, xop) | 
|   | 
|   | RESAMPLE_FUNCS (float, sse) | 
|   | 
|   | RESAMPLE_FUNCS (float, avx) | 
|   | 
|   | RESAMPLE_FUNCS (float, fma3) | 
|   | 
|   | RESAMPLE_FUNCS (float, fma4) | 
|   | 
|   | RESAMPLE_FUNCS (double, sse2) | 
|   | 
|   | RESAMPLE_FUNCS (double, avx) | 
|   | 
|   | RESAMPLE_FUNCS (double, fma3) | 
|   | 
| av_cold void  | swri_resample_dsp_x86_init (ResampleContext *c) | 
|   | 
audio resampling 
- Author
 - Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at 
 
Definition in file resample_init.c.
 
◆ RESAMPLE_FUNCS
      
        
          | #define RESAMPLE_FUNCS | 
          ( | 
            | 
          type,  | 
        
        
           | 
           | 
            | 
          opt  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:
                                      const void *
src, 
int sz, 
int upd); \
 
                                      const void *
src, 
int sz, 
int upd)
 
 
Definition at line 31 of file resample_init.c.
 
 
◆ RESAMPLE_FUNCS() [1/10]
      
        
          | RESAMPLE_FUNCS  | 
          ( | 
          int16  | 
          ,  | 
        
        
           | 
           | 
          mmxext  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ RESAMPLE_FUNCS() [2/10]
      
        
          | RESAMPLE_FUNCS  | 
          ( | 
          int16  | 
          ,  | 
        
        
           | 
           | 
          sse2  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ RESAMPLE_FUNCS() [3/10]
      
        
          | RESAMPLE_FUNCS  | 
          ( | 
          int16  | 
          ,  | 
        
        
           | 
           | 
          xop  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ RESAMPLE_FUNCS() [4/10]
      
        
          | RESAMPLE_FUNCS  | 
          ( | 
          float  | 
          ,  | 
        
        
           | 
           | 
          sse  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ RESAMPLE_FUNCS() [5/10]
      
        
          | RESAMPLE_FUNCS  | 
          ( | 
          float  | 
          ,  | 
        
        
           | 
           | 
          avx  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ RESAMPLE_FUNCS() [6/10]
      
        
          | RESAMPLE_FUNCS  | 
          ( | 
          float  | 
          ,  | 
        
        
           | 
           | 
          fma3  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ RESAMPLE_FUNCS() [7/10]
      
        
          | RESAMPLE_FUNCS  | 
          ( | 
          float  | 
          ,  | 
        
        
           | 
           | 
          fma4  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ RESAMPLE_FUNCS() [8/10]
      
        
          | RESAMPLE_FUNCS  | 
          ( | 
          double  | 
          ,  | 
        
        
           | 
           | 
          sse2  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ RESAMPLE_FUNCS() [9/10]
      
        
          | RESAMPLE_FUNCS  | 
          ( | 
          double  | 
          ,  | 
        
        
           | 
           | 
          avx  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ RESAMPLE_FUNCS() [10/10]
      
        
          | RESAMPLE_FUNCS  | 
          ( | 
          double  | 
          ,  | 
        
        
           | 
           | 
          fma3  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ swri_resample_dsp_x86_init()