Searched refs:lsfint (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsipr.c218 double lsfint[LP_FILTER_ORDER]; local
225 lsfint[j] = lsfold[j] * (1 - t) + t * lsfnew[j];
227 ff_amrwb_lsp2lpc(lsfint, Az, LP_FILTER_ORDER);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsipr.c219 double lsfint[LP_FILTER_ORDER]; local
226 lsfint[j] = lsfold[j] * (1 - t) + t * lsfnew[j];
228 ff_amrwb_lsp2lpc(lsfint, Az, LP_FILTER_ORDER);

Completed in 55 milliseconds