Searched refs:interpolate_lsf (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 Damrnbdec.c225 static void interpolate_lsf(float lsf_q[4][LP_FILTER_ORDER], float *lsf_new) function
274 interpolate_lsf(p->lsf_q, lsf_q);
337 interpolate_lsf(p->lsf_q, lsf_q);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Damrnbdec.c239 static void interpolate_lsf(ACELPVContext *ctx, float lsf_q[4][LP_FILTER_ORDER], float *lsf_new) function
288 interpolate_lsf(&p->acelpv_ctx, p->lsf_q, lsf_q);
351 interpolate_lsf(&p->acelpv_ctx, p->lsf_q, lsf_q);

Completed in 108 milliseconds