Searched refs:L_INTERPOL (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsipr.h41 #define L_INTERPOL (LP_FILTER_ORDER + 1) macro
74 float excitation[L_INTERPOL + PITCH_MAX + 2 * L_SUBFR_16k];
H A Dsipr.c386 excitation = ctx->excitation + PITCH_DELAY_MAX + L_INTERPOL;
467 memmove(ctx->excitation, excitation - PITCH_DELAY_MAX - L_INTERPOL,
468 (PITCH_DELAY_MAX + L_INTERPOL) * sizeof(float));
H A Dsipr16k.c262 (L_INTERPOL+PITCH_MAX) * sizeof(float));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsipr.h41 #define L_INTERPOL (LP_FILTER_ORDER + 1) macro
73 float excitation[L_INTERPOL + PITCH_MAX + 2 * L_SUBFR_16k];
H A Dsipr.c387 excitation = ctx->excitation + PITCH_DELAY_MAX + L_INTERPOL;
469 memmove(ctx->excitation, excitation - PITCH_DELAY_MAX - L_INTERPOL,
470 (PITCH_DELAY_MAX + L_INTERPOL) * sizeof(float));
H A Dsipr16k.c264 (L_INTERPOL+PITCH_MAX) * sizeof(float));

Completed in 54 milliseconds