Home
last modified time | relevance | path

Searched refs:prediction_error (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dacelp_pitch_delay.c87 float *prediction_error, float energy_mean, in ff_amr_set_fixed_gain()
95 (avpriv_scalarproduct_float_c(pred_table, prediction_error, 4) + in ff_amr_set_fixed_gain()
100 memmove(&prediction_error[0], &prediction_error[1], in ff_amr_set_fixed_gain()
101 3 * sizeof(prediction_error[0])); in ff_amr_set_fixed_gain()
102 prediction_error[3] = 20.0 * log10f(fixed_gain_factor); in ff_amr_set_fixed_gain()
86 ff_amr_set_fixed_gain(float fixed_gain_factor, float fixed_mean_energy, float *prediction_error, float energy_mean, const float *pred_table) ff_amr_set_fixed_gain() argument
H A Dacelp_pitch_delay.h249 * @param prediction_error vector of the quantified predictor errors of
255 float *prediction_error, float energy_mean,
H A Damrnbdec.c123 float prediction_error[4]; ///< quantified prediction errors {20log10(^gamma_gc)} for previous four subframes member
194 p->prediction_error[i] = MIN_ENERGY; in amrnb_decode_init()
1033 p->prediction_error, in amrnb_decode_frame()
H A Damrwbdec.c69 float prediction_error[4]; ///< quantified prediction errors {20log10(^gamma_gc)} for previous four subframes member
131 ctx->prediction_error[i] = MIN_ENERGY; in amrwb_decode_init()
1214 ctx->prediction_error, in amrwb_decode_frame()

Completed in 5 milliseconds