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

  /external/libgsm/src/
gsm_option.c 20 #ifdef LTP_CUT
21 result = r->ltp_cut;
22 if (val) r->ltp_cut = *val;
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...]
  /external/libgsm/inc/
private.h 31 word ltp_cut; /* long_term.c, LTP crosscorr. */ member in struct:gsm_state

Completed in 245 milliseconds