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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dacelp_pitch_delay.h187 * Ep = sum(i,0,M){ ma_prediction_coeff[i] * quant_energy[i] }
216 const int16_t* ma_prediction_coeff,
H A Dacelp_pitch_delay.c97 const int16_t* ma_prediction_coeff,
106 mr_energy += quant_energy[i] * ma_prediction_coeff[i];
91 ff_acelp_decode_gain_code( DSPContext *dsp, 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) argument
H A Dsipr16k.c161 const float *ma_prediction_coeff,
165 ff_dot_productf(quant_energy, ma_prediction_coeff, ma_pred_order);
159 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) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dacelp_pitch_delay.h188 * Ep = sum(i,0,M){ ma_prediction_coeff[i] * quant_energy[i] }
217 const int16_t* ma_prediction_coeff,
H A Dg729data.h343 static const uint16_t ma_prediction_coeff[4] = { /* (0.13) */ variable
H A Dacelp_pitch_delay.c100 const int16_t* ma_prediction_coeff,
109 mr_energy += quant_energy[i] * ma_prediction_coeff[i];
94 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) argument
H A Dsipr16k.c163 const float *ma_prediction_coeff,
166 mr_energy += avpriv_scalarproduct_float_c(quant_energy, ma_prediction_coeff,
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) argument
H A Dg729dec.c584 ma_prediction_coeff,

Completed in 174 milliseconds