Lines Matching refs:excitation
117 …float *excitation; ///< pointer to the current excitation vector in excitati… member
177 p->excitation = &p->excitation_buf[PITCH_DELAY_MAX + LP_FILTER_ORDER + 1]; in amrnb_decode_init()
417 p->acelpf_ctx.acelp_interpolatef(p->excitation, in decode_pitch_vector()
418 p->excitation + 1 - pitch_lag_int, in decode_pitch_vector()
423 memcpy(p->pitch_vector, p->excitation, AMR_SUBFRAME_SIZE * sizeof(float)); in decode_pitch_vector()
795 float excitation[AMR_SUBFRAME_SIZE]; in synthesis() local
803 p->acelpv_ctx.weighted_vector_sumf(excitation, p->pitch_vector, fixed_vector, in synthesis()
808 float energy = p->celpm_ctx.dot_productf(excitation, excitation, in synthesis()
817 excitation[i] += pitch_factor * p->pitch_vector[i]; in synthesis()
819 ff_scale_vector_to_given_sum_of_squares(excitation, excitation, energy, in synthesis()
823 p->celpf_ctx.celp_lp_synthesis_filterf(samples, lpc, excitation, in synthesis()
1025 p->excitation[i] *= p->pitch_gain[4]; in amrnb_decode_frame()
1026 ff_set_fixed_vector(p->excitation, &fixed_sparse, p->fixed_gain[4], in amrnb_decode_frame()
1035 p->excitation[i] = truncf(p->excitation[i]); in amrnb_decode_frame()