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

  /external/speex/libspeex/
sb_celp.c 321 spx_word16_t e_low=0, e_high=0; local
347 e_high = compute_rms16(high, st->frame_size);
449 ratio = 2*log((1.f+e_high)/(1.f+e_low));
    [all...]

Completed in 159 milliseconds