Lines Matching defs:excitation
372 float *excitation;
388 excitation = ctx->excitation + PITCH_DELAY_MAX + L_INTERPOL;
402 ff_acelp_interpolatef(excitation, excitation - T0 + (T0_frac <= 0),
427 ff_weighted_vector_sumf(excitation, excitation, fixed_vector,
438 fixed_vector[j] = excitation[j] - gain_code * fixed_vector[j];
444 pAz, excitation, SUBFR_SIZE,
451 excitation += SUBFR_SIZE;
470 memmove(ctx->excitation, excitation - PITCH_DELAY_MAX - L_INTERPOL,