Home
last modified time | relevance | path

Searched refs:ma_prediction_coeff (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dacelp_pitch_delay.c59 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 Dg729data.h343 static const uint16_t ma_prediction_coeff[4] = { /* (0.13) */ variable
H A Dsipr16k.c163 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 Dacelp_pitch_delay.h211 * Ep = sum(i,0,M){ ma_prediction_coeff[i] * quant_energy[i] }
240 const int16_t* ma_prediction_coeff,
H A Dg729dec.c609 ma_prediction_coeff, in decode_frame()

Completed in 4 milliseconds