HomeSort by relevance Sort by last modified time
    Searched refs:comb_gain (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
modes.h 111 spx_word16_t comb_gain; /**< Gain of enhancer comb filter */ member in struct:SpeexSubmode
filters.h 86 spx_word16_t comb_gain, /*gain of comb filter*/
filters.c 661 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;
nb_celp.c     [all...]

Completed in 42 milliseconds