Go to the documentation of this file.
   23 #ifndef AVCODEC_ACELP_PITCH_DELAY_H 
   24 #define AVCODEC_ACELP_PITCH_DELAY_H 
   30 #define PITCH_DELAY_MIN             20 
   31 #define PITCH_DELAY_MAX             143 
  116         int pitch_delay_min);
 
  135         int16_t* quant_energy,
 
  136         int gain_corr_factor,
 
  137         int log2_ma_pred_order,
 
  213     int gain_corr_factor,
 
  216     const int16_t* quant_energy,
 
  233                             const float *pred_table);
 
  250                          const int prev_lag_int, 
const int subframe,
 
  251                          int third_as_first, 
int resolution);