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

  /external/libgsm/inc/
private.h 31 word ltp_cut; /* long_term.c, LTP crosscorr. */ member in struct:gsm_state
  /external/libgsm/src/
long_term.c 39 * option to toast or the LTP_CUT option to gsm_option()), then the
47 #ifdef LTP_CUT
66 word ltp_cut; local
154 #endif /* LTP_CUT */
291 #ifdef LTP_CUT
303 word ltp_cut; local
333 ltp_cut = (longword)SASR(dmax, scal) * st->ltp_cut / 100;
341 if (w < 0 ? w > -ltp_cut : w < ltp_cut) {
649 word wt_max, best_k, ltp_cut; local
    [all...]

Completed in 27 milliseconds