Searched refs:prediction_error (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | acelp_pitch_delay.c | 87 float *prediction_error, float energy_mean, in ff_amr_set_fixed_gain() argument 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()
|
D | acelp_pitch_delay.h | 255 float *prediction_error, float energy_mean,
|
D | amrnbdec.c | 122 …float prediction_error[4]; ///< quantified prediction errors {20log10(^gamma_gc)} fo… member 185 p->prediction_error[i] = MIN_ENERGY; in amrnb_decode_init() 1019 p->prediction_error, in amrnb_decode_frame()
|
D | amrwbdec.c | 68 …float prediction_error[4]; ///< quantified prediction errors {20log10(^gamma_gc… member 121 ctx->prediction_error[i] = MIN_ENERGY; in amrwb_decode_init() 1201 ctx->prediction_error, in amrwb_decode_frame()
|