Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt.c212 T0 = IMAX(T0, COMBFILTER_MINPERIOD); in comb_filter()
213 T1 = IMAX(T1, COMBFILTER_MINPERIOD); in comb_filter()
Dcelt.h208 #define COMBFILTER_MINPERIOD 15 macro
Dcelt_decoder.c134 celt_assert(st->postfilter_period >= COMBFILTER_MINPERIOD || st->postfilter_period == 0); in validate_celt_decoder()
136 celt_assert(st->postfilter_period_old >= COMBFILTER_MINPERIOD || st->postfilter_period_old == 0); in validate_celt_decoder()
1110 st->postfilter_period=IMAX(st->postfilter_period, COMBFILTER_MINPERIOD);
1111 st->postfilter_period_old=IMAX(st->postfilter_period_old, COMBFILTER_MINPERIOD);
Dcelt_encoder.c1202 COMBFILTER_MAXPERIOD-3*COMBFILTER_MINPERIOD, &pitch_index, in run_prefilter()
1206 gain1 = remove_doubling(pitch_buf, COMBFILTER_MAXPERIOD, COMBFILTER_MINPERIOD, in run_prefilter()
1220 pitch_index = COMBFILTER_MINPERIOD; in run_prefilter()
1269 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in run_prefilter()
1443 int pitch_index=COMBFILTER_MINPERIOD; in celt_encode_with_ec()
2258 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in celt_encode_with_ec()
2259 st->prefilter_period_old=IMAX(st->prefilter_period_old, COMBFILTER_MINPERIOD); in celt_encode_with_ec()