Searched refs:ma_prediction_coeff (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | acelp_pitch_delay.c | 59 const int16_t* ma_prediction_coeff, in ff_acelp_decode_gain_code() 68 mr_energy += quant_energy[i] * ma_prediction_coeff[i]; in ff_acelp_decode_gain_code() 53 ff_acelp_decode_gain_code( AudioDSPContext *adsp, int gain_corr_factor, const int16_t* fc_v, int mr_energy, const int16_t* quant_energy, const int16_t* ma_prediction_coeff, int subframe_size, int ma_pred_order) ff_acelp_decode_gain_code() argument
|
H A D | g729data.h | 343 static const uint16_t ma_prediction_coeff[4] = { /* (0.13) */ variable
|
H A D | sipr16k.c | 163 const float *ma_prediction_coeff, in acelp_decode_gain_codef() 166 mr_energy += avpriv_scalarproduct_float_c(quant_energy, ma_prediction_coeff, in acelp_decode_gain_codef() 161 acelp_decode_gain_codef(float gain_corr_factor, const float *fc_v, float mr_energy, const float *quant_energy, const float *ma_prediction_coeff, int subframe_size, int ma_pred_order) acelp_decode_gain_codef() argument
|
H A D | acelp_pitch_delay.h | 211 * Ep = sum(i,0,M){ ma_prediction_coeff[i] * quant_energy[i] } 240 const int16_t* ma_prediction_coeff,
|
H A D | g729dec.c | 609 ma_prediction_coeff, in decode_frame()
|
Completed in 4 milliseconds