HomeSort by relevance Sort by last modified time
    Searched full:decay_high (Results 1 - 1 of 1) sorted by null

  /external/speex/libspeex/
filterbank.c 212 float decay_high = 0.50119f; local
216 /*float decay_high = 13-1.6*log10(bark[i-1]);
217 decay_high = pow(10,(-decay_high/30.f));*/
218 bark[i] = bark[i] + decay_high*bark[i-1];

Completed in 663 milliseconds