Home
last modified time | relevance | path

Searched refs:COMBFILTER_MINPERIOD (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dcelt.h193 #define COMBFILTER_MINPERIOD 15 macro
Dcelt_encoder.c1102 COMBFILTER_MAXPERIOD-3*COMBFILTER_MINPERIOD, &pitch_index, in run_prefilter()
1106 gain1 = remove_doubling(pitch_buf, COMBFILTER_MAXPERIOD, COMBFILTER_MINPERIOD, in run_prefilter()
1120 pitch_index = COMBFILTER_MINPERIOD; in run_prefilter()
1164 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in run_prefilter()
1348 int pitch_index=COMBFILTER_MINPERIOD; in celt_encode_with_ec()
2082 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in celt_encode_with_ec()
2083 st->prefilter_period_old=IMAX(st->prefilter_period_old, COMBFILTER_MINPERIOD); in celt_encode_with_ec()
Dcelt_decoder.c1006 st->postfilter_period=IMAX(st->postfilter_period, COMBFILTER_MINPERIOD);
1007 st->postfilter_period_old=IMAX(st->postfilter_period_old, COMBFILTER_MINPERIOD);