Go to the source code of this file.
◆ DECLARE_CQT_CALC
      
        
          | #define DECLARE_CQT_CALC | 
          ( | 
            | 
          type | ) | 
           | 
        
      
 
 
◆ permute_coeffs_0
      
        
          | #define permute_coeffs_0   NULL | 
        
      
 
 
◆ SELECT_CQT_CALC
Value:if (EXTERNAL_##
TYPE(cpuflags)) { \
 
    s->cqt_calc = ff_showcqt_cqt_calc_##
type; \
 
    s->cqt_align = align; \
    s->permute_coeffs = permute_coeffs_##
perm; \
 
}
 
 
 
◆ DECLARE_CQT_CALC() [1/5]
◆ DECLARE_CQT_CALC() [2/5]
      
        
          | DECLARE_CQT_CALC  | 
          ( | 
          sse3  | 
           | ) | 
           | 
        
      
 
 
◆ DECLARE_CQT_CALC() [3/5]
◆ DECLARE_CQT_CALC() [4/5]
      
        
          | DECLARE_CQT_CALC  | 
          ( | 
          fma3  | 
           | ) | 
           | 
        
      
 
 
◆ DECLARE_CQT_CALC() [5/5]
      
        
          | DECLARE_CQT_CALC  | 
          ( | 
          fma4  | 
           | ) | 
           | 
        
      
 
 
◆ permute_coeffs_01452367()
  
  
      
        
          | static void permute_coeffs_01452367  | 
          ( | 
          float *  | 
          v,  | 
         
        
           | 
           | 
          int  | 
          len  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ ff_showcqt_init_x86()