Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/celt/
Dcelt.h187 #define COMBFILTER_MINPERIOD 15 macro
Dcelt_encoder.c1030 COMBFILTER_MAXPERIOD-3*COMBFILTER_MINPERIOD, &pitch_index); in run_prefilter()
1033 gain1 = remove_doubling(pitch_buf, COMBFILTER_MAXPERIOD, COMBFILTER_MINPERIOD, in run_prefilter()
1047 pitch_index = COMBFILTER_MINPERIOD; in run_prefilter()
1091 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in run_prefilter()
1266 int pitch_index=COMBFILTER_MINPERIOD; in celt_encode_with_ec()
2000 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in celt_encode_with_ec()
2001 st->prefilter_period_old=IMAX(st->prefilter_period_old, COMBFILTER_MINPERIOD); in celt_encode_with_ec()
Dcelt_decoder.c957 st->postfilter_period=IMAX(st->postfilter_period, COMBFILTER_MINPERIOD);
958 st->postfilter_period_old=IMAX(st->postfilter_period_old, COMBFILTER_MINPERIOD);