Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dacelp_pitch_delay.c59 const int16_t* ma_prediction_coeff, in ff_acelp_decode_gain_code() argument
68 mr_energy += quant_energy[i] * ma_prediction_coeff[i]; in ff_acelp_decode_gain_code()
Dg729data.h343 static const uint16_t ma_prediction_coeff[4] = { /* (0.13) */ variable
Dacelp_pitch_delay.h240 const int16_t* ma_prediction_coeff,
Dsipr16k.c163 const float *ma_prediction_coeff, in acelp_decode_gain_codef() argument
166 mr_energy += avpriv_scalarproduct_float_c(quant_energy, ma_prediction_coeff, in acelp_decode_gain_codef()
Dg729dec.c607 ma_prediction_coeff, in decode_frame()