Searched refs:L_INTERPOL (Results 1 – 3 of 3) sorted by relevance
41 #define L_INTERPOL (LP_FILTER_ORDER + 1) macro73 float excitation[L_INTERPOL + PITCH_MAX + 2 * L_SUBFR_16k];
387 excitation = ctx->excitation + PITCH_DELAY_MAX + L_INTERPOL; in decode_frame()469 memmove(ctx->excitation, excitation - PITCH_DELAY_MAX - L_INTERPOL, in decode_frame()470 (PITCH_DELAY_MAX + L_INTERPOL) * sizeof(float)); in decode_frame()
264 (L_INTERPOL+PITCH_MAX) * sizeof(float)); in ff_sipr_decode_frame_16k()