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

/external/speex/libspeex/
H A Dmodes.h111 spx_word16_t comb_gain; /**< Gain of enhancer comb filter */ member in struct:SpeexSubmode
H A Dfilters.h86 spx_word16_t comb_gain, /*gain of comb filter*/
H A Dfilters.c661 spx_word16_t comb_gain, /*gain of comb filter*/
761 if (comb_gain>0)
764 c1 = (MULT16_16_Q15(QCONST16(.4,15),comb_gain)+QCONST16(.07,15));
767 c1 = .4*comb_gain+.07;
653 multicomb( spx_word16_t *exc, spx_word16_t *new_exc, spx_coef_t *ak, int p, int nsf, int pitch, int max_pitch, spx_word16_t comb_gain, char *stack ) argument
H A Dnb_celp.c1468 if (st->lpc_enh_enabled && SUBMODE(comb_gain)>0 && !st->count_lost)
1470 multicomb(st->exc-st->subframeSize, out, st->interp_qlpc, st->lpcSize, 2*st->subframeSize, best_pitch, 40, SUBMODE(comb_gain), stack);
1471 multicomb(st->exc+st->subframeSize, out+2*st->subframeSize, st->interp_qlpc, st->lpcSize, 2*st->subframeSize, best_pitch, 40, SUBMODE(comb_gain), stack);

Completed in 115 milliseconds