Home
last modified time | relevance | path

Searched refs:L_INTERPOL (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsipr.h41 #define L_INTERPOL (LP_FILTER_ORDER + 1) macro
73 float excitation[L_INTERPOL + PITCH_MAX + 2 * L_SUBFR_16k];
Dsipr.c387 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()
Dsipr16k.c264 (L_INTERPOL+PITCH_MAX) * sizeof(float)); in ff_sipr_decode_frame_16k()