Lines Matching refs:FRAME_LEN
284 limit = FFMIN(FRAME_LEN + PITCH_MAX - offset - length, pitch_lag + 3); in autocorr_max()
451 *scale = ff_g723_1_scale_vector(buf, p->excitation, FRAME_LEN + PITCH_MAX); in comp_interp_index()
498 (FRAME_LEN - lag) * sizeof(*out)); in residual_interp()
500 for (i = 0; i < FRAME_LEN; i++) { in residual_interp()
504 memset(buf, 0, (FRAME_LEN + PITCH_MAX) * sizeof(*buf)); in residual_interp()
589 int filter_signal[LPC_ORDER + FRAME_LEN], *signal_ptr; in formant_postfilter()
606 memcpy(p->fir_mem, buf + FRAME_LEN, LPC_ORDER * sizeof(int16_t)); in formant_postfilter()
607 memcpy(p->iir_mem, filter_signal + FRAME_LEN, LPC_ORDER * sizeof(int)); in formant_postfilter()
851 memcpy(p->prev_excitation, p->audio + LPC_ORDER + FRAME_LEN, in generate_noise()
880 frame->nb_samples = FRAME_LEN; in g723_1_decode_frame()
959 memcpy(p->prev_excitation, p->excitation + FRAME_LEN, in g723_1_decode_frame()
966 (FRAME_LEN + PITCH_MAX) * sizeof(*p->excitation)); in g723_1_decode_frame()
970 (FRAME_LEN + LPC_ORDER) * sizeof(int16_t)); in g723_1_decode_frame()
979 memcpy(p->prev_excitation, buf + (FRAME_LEN - PITCH_MAX), in g723_1_decode_frame()
1009 memcpy(p->synth_mem, p->audio + FRAME_LEN, LPC_ORDER * sizeof(*p->audio)); in g723_1_decode_frame()
1014 for (i = 0; i < FRAME_LEN; i++) in g723_1_decode_frame()