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

  /external/speex/libspeex/
ltp.h 77 int plc_tuning,
120 int plc_tuning,
ltp.c 365 int plc_tuning,
462 /*plc_tuning *= 2;*/
463 if (plc_tuning<2)
464 plc_tuning=2;
465 if (plc_tuning>30)
466 plc_tuning=30;
474 C[6] = MAC16_32_Q15(C[6],MULT16_16_16(plc_tuning,655),C[6]);
475 C[7] = MAC16_32_Q15(C[7],MULT16_16_16(plc_tuning,655),C[7]);
476 C[8] = MAC16_32_Q15(C[8],MULT16_16_16(plc_tuning,655),C[8]);
479 C[6]*=.5*(1+.02*plc_tuning);
    [all...]
nb_celp.h 113 int plc_tuning; member in struct:EncState
nb_celp.c 202 st->plc_tuning = 2;
793 exc, syn_resp, st->complexity, 0, st->plc_tuning, &st->cumul_gain);
    [all...]

Completed in 25 milliseconds