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

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

Completed in 210 milliseconds