Go to the source code of this file.
 | 
|   | AV_CHECK_OFFSET (struct ResampleContext, filter_bank, FILTER_BANK) | 
|   | 
|   | AV_CHECK_OFFSET (struct ResampleContext, filter_length, FILTER_LENGTH) | 
|   | 
|   | AV_CHECK_OFFSET (struct ResampleContext, phase_shift, PHASE_SHIFT) | 
|   | 
|   | AV_CHECK_OFFSET (struct ResampleContext, phase_mask, PHASE_MASK) | 
|   | 
| void  | ff_resample_one_dbl_neon (struct ResampleContext *c, void *dst0, int dst_index, const void *src0, unsigned int index, int frac) | 
|   | 
| void  | ff_resample_one_flt_neon (struct ResampleContext *c, void *dst0, int dst_index, const void *src0, unsigned int index, int frac) | 
|   | 
| void  | ff_resample_one_s16_neon (struct ResampleContext *c, void *dst0, int dst_index, const void *src0, unsigned int index, int frac) | 
|   | 
| void  | ff_resample_one_s32_neon (struct ResampleContext *c, void *dst0, int dst_index, const void *src0, unsigned int index, int frac) | 
|   | 
| av_cold void  | ff_audio_resample_init_aarch64 (ResampleContext *c, enum AVSampleFormat sample_fmt) | 
|   | 
      
        
          | void ff_resample_one_dbl_neon  | 
          ( | 
          struct ResampleContext *  | 
          c,  | 
        
        
           | 
           | 
          void *  | 
          dst0,  | 
        
        
           | 
           | 
          int  | 
          dst_index,  | 
        
        
           | 
           | 
          const void *  | 
          src0,  | 
        
        
           | 
           | 
          unsigned int  | 
          index,  | 
        
        
           | 
           | 
          int  | 
          frac  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void ff_resample_one_flt_neon  | 
          ( | 
          struct ResampleContext *  | 
          c,  | 
        
        
           | 
           | 
          void *  | 
          dst0,  | 
        
        
           | 
           | 
          int  | 
          dst_index,  | 
        
        
           | 
           | 
          const void *  | 
          src0,  | 
        
        
           | 
           | 
          unsigned int  | 
          index,  | 
        
        
           | 
           | 
          int  | 
          frac  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void ff_resample_one_s16_neon  | 
          ( | 
          struct ResampleContext *  | 
          c,  | 
        
        
           | 
           | 
          void *  | 
          dst0,  | 
        
        
           | 
           | 
          int  | 
          dst_index,  | 
        
        
           | 
           | 
          const void *  | 
          src0,  | 
        
        
           | 
           | 
          unsigned int  | 
          index,  | 
        
        
           | 
           | 
          int  | 
          frac  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void ff_resample_one_s32_neon  | 
          ( | 
          struct ResampleContext *  | 
          c,  | 
        
        
           | 
           | 
          void *  | 
          dst0,  | 
        
        
           | 
           | 
          int  | 
          dst_index,  | 
        
        
           | 
           | 
          const void *  | 
          src0,  | 
        
        
           | 
           | 
          unsigned int  | 
          index,  | 
        
        
           | 
           | 
          int  | 
          frac  | 
        
        
           | 
          ) | 
           |  |