Lines Matching refs:excitation
1279 float *excitation) in synth_block_hardcoded() argument
1300 excitation[n] = wmavoice_std_codebook[r_idx + n] * gain; in synth_block_hardcoded()
1311 float *excitation) in synth_block_fcb_acb() argument
1339 excitation[n] = in synth_block_fcb_acb()
1405 ff_acelp_interpolatef(&excitation[n], &excitation[n - pitch], in synth_block_fcb_acb()
1413 ff_acelp_interpolatef(excitation, &excitation[-block_pitch], in synth_block_fcb_acb()
1417 av_memcpy_backptr((uint8_t *) excitation, sizeof(float) * block_pitch, in synth_block_fcb_acb()
1422 ff_weighted_vector_sumf(excitation, excitation, pulses, in synth_block_fcb_acb()
1446 float *excitation, float *synth) in synth_block() argument
1454 synth_block_hardcoded(s, gb, block_idx, size, frame_desc, excitation); in synth_block()
1457 frame_desc, excitation); in synth_block()
1466 ff_celp_lp_synthesis_filterf(synth, lpcs, excitation, size, s->lsps); in synth_block()
1486 float *excitation, float *synth) in synth_frame() argument
1602 &excitation[n * block_nsamples], in synth_frame()
1714 float excitation[MAX_SIGNAL_HISTORY + MAX_SFRAMESIZE + 12]; in synth_superframe() local
1720 memcpy(excitation, s->excitation_history, in synth_superframe()
1721 s->history_nsamples * sizeof(*excitation)); in synth_superframe()
1798 &excitation[s->history_nsamples + n * MAX_FRAMESIZE], in synth_superframe()
1825 memcpy(s->excitation_history, &excitation[MAX_SFRAMESIZE], in synth_superframe()
1826 s->history_nsamples * sizeof(*excitation)); in synth_superframe()