Searched defs:quant_energy (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | acelp_pitch_delay.c | 32 ff_acelp_update_past_gain( int16_t* quant_energy, int gain_corr_factor, int log2_ma_pred_order, int erasure) ff_acelp_update_past_gain() argument 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 | sipr16k.c | 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 | g729dec.c | 119 int16_t quant_energy[4]; ///< (5.10) past quantized energy member
|
Completed in 3 milliseconds