Lines Matching refs:FRAME_LEN
356 limit = FFMIN(FRAME_LEN + PITCH_MAX - offset - length, pitch_lag + 3); in autocorr_max()
523 *scale = ff_g723_1_scale_vector(buf, p->excitation, FRAME_LEN + PITCH_MAX); in comp_interp_index()
570 (FRAME_LEN - lag) * sizeof(*out)); in residual_interp()
572 for (i = 0; i < FRAME_LEN; i++) { in residual_interp()
576 memset(buf, 0, (FRAME_LEN + PITCH_MAX) * sizeof(*buf)); in residual_interp()
661 int filter_signal[LPC_ORDER + FRAME_LEN], *signal_ptr; in formant_postfilter()
678 memcpy(p->fir_mem, buf + FRAME_LEN, LPC_ORDER * sizeof(int16_t)); in formant_postfilter()
679 memcpy(p->iir_mem, filter_signal + FRAME_LEN, LPC_ORDER * sizeof(int)); in formant_postfilter()
923 memcpy(p->prev_excitation, p->audio + LPC_ORDER + FRAME_LEN, in generate_noise()
952 frame->nb_samples = FRAME_LEN; in g723_1_decode_frame()
1031 memcpy(p->prev_excitation, p->excitation + FRAME_LEN, in g723_1_decode_frame()
1038 (FRAME_LEN + PITCH_MAX) * sizeof(*p->excitation)); in g723_1_decode_frame()
1042 (FRAME_LEN + LPC_ORDER) * sizeof(int16_t)); in g723_1_decode_frame()
1051 memcpy(p->prev_excitation, buf + (FRAME_LEN - PITCH_MAX), in g723_1_decode_frame()
1081 memcpy(p->synth_mem, p->audio + FRAME_LEN, LPC_ORDER * sizeof(*p->audio)); in g723_1_decode_frame()
1086 for (i = 0; i < FRAME_LEN; i++) in g723_1_decode_frame()