Lines Matching refs:excitation
523 *scale = ff_g723_1_scale_vector(buf, p->excitation, FRAME_LEN + PITCH_MAX); in comp_interp_index()
846 PITCH_MAX * sizeof(*p->excitation)); in generate_noise()
924 PITCH_MAX * sizeof(*p->excitation)); in generate_noise()
984 memcpy(p->excitation, p->prev_excitation, in g723_1_decode_frame()
985 PITCH_MAX * sizeof(*p->excitation)); in g723_1_decode_frame()
987 int16_t *vector_ptr = p->excitation + PITCH_MAX; in g723_1_decode_frame()
996 &p->excitation[SUBFRAME_LEN * i], in g723_1_decode_frame()
1007 vector_ptr = p->excitation + PITCH_MAX; in g723_1_decode_frame()
1031 memcpy(p->prev_excitation, p->excitation + FRAME_LEN, in g723_1_decode_frame()
1032 PITCH_MAX * sizeof(*p->excitation)); in g723_1_decode_frame()
1037 memset(p->excitation, 0, in g723_1_decode_frame()
1038 (FRAME_LEN + PITCH_MAX) * sizeof(*p->excitation)); in g723_1_decode_frame()
1040 PITCH_MAX * sizeof(*p->excitation)); in g723_1_decode_frame()
1047 residual_interp(p->excitation, buf, p->interp_index, in g723_1_decode_frame()
1052 PITCH_MAX * sizeof(*p->excitation)); in g723_1_decode_frame()