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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729postfilter.c412 * \param lp_gn (3.12) coefficients of A(z/FORMANT_PP_FACTOR_NUM) filter
422 * \note All members of lp_gn, except 10-19 must be equal to zero.
424 static int16_t get_tilt_comp(AudioDSPContext *adsp, int16_t *lp_gn, argument
433 lp_gn[10] = 4096; //1.0 in (3.12)
436 ff_celp_lp_synthesis_filter(lp_gn + 11, lp_gd + 1, lp_gn + 11, 22, 10, 0, 0, 0x800);
437 /* Now lp_gn (starting with 10) contains impulse response
440 rh0 = adsp->scalarproduct_int16(lp_gn + 10, lp_gn + 10, 20);
441 rh1 = adsp->scalarproduct_int16(lp_gn
520 int16_t lp_gn[33]; // (3.12) local
[all...]

Completed in 43 milliseconds