Searched refs:comb_gain (Results 1 – 4 of 4) sorted by relevance
/external/speex/libspeex/ |
D | modes.h | 111 spx_word16_t comb_gain; /**< Gain of enhancer comb filter */ member
|
D | filters.h | 86 spx_word16_t comb_gain, /*gain of comb filter*/
|
D | filters.c | 661 spx_word16_t comb_gain, /*gain of comb filter*/ in multicomb() argument 761 if (comb_gain>0) in multicomb() 764 c1 = (MULT16_16_Q15(QCONST16(.4,15),comb_gain)+QCONST16(.07,15)); in multicomb() 767 c1 = .4*comb_gain+.07; in multicomb()
|
D | nb_celp.c | 1468 if (st->lpc_enh_enabled && SUBMODE(comb_gain)>0 && !st->count_lost) in nb_decode() 1470 … out, st->interp_qlpc, st->lpcSize, 2*st->subframeSize, best_pitch, 40, SUBMODE(comb_gain), stack); in nb_decode() 1471 …Size, st->interp_qlpc, st->lpcSize, 2*st->subframeSize, best_pitch, 40, SUBMODE(comb_gain), stack); in nb_decode()
|