Lines Matching defs:exc
335 float *exc = ctx->excitation;
350 ctx->acelpf_ctx.acelp_interpolatef(exc,
351 exc + 1 - pitch_lag_int,
359 memcpy(ctx->pitch_vector, exc, AMRWB_SFR_SIZE * sizeof(float));
362 ctx->pitch_vector[i] = 0.18 * exc[i - 1] + 0.64 * exc[i] +
363 0.18 * exc[i + 1];
364 memcpy(exc, ctx->pitch_vector, AMRWB_SFR_SIZE * sizeof(float));
1022 * @param[in] exc Generated white-noise scaled excitation
1027 const float *exc, const float *isf, const float *isf_past)
1050 ctx->celpf_ctx.celp_lp_synthesis_filterf(samples, hb_lpc, exc, AMRWB_SFR_SIZE_16k,