Searched refs:COMBFILTER_MINPERIOD (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/ |
D | celt.c | 212 T0 = IMAX(T0, COMBFILTER_MINPERIOD); in comb_filter() 213 T1 = IMAX(T1, COMBFILTER_MINPERIOD); in comb_filter()
|
D | celt.h | 208 #define COMBFILTER_MINPERIOD 15 macro
|
D | celt_decoder.c | 140 celt_assert(st->postfilter_period >= COMBFILTER_MINPERIOD || st->postfilter_period == 0); in validate_celt_decoder() 142 celt_assert(st->postfilter_period_old >= COMBFILTER_MINPERIOD || st->postfilter_period_old == 0); in validate_celt_decoder() 1116 st->postfilter_period=IMAX(st->postfilter_period, COMBFILTER_MINPERIOD); 1117 st->postfilter_period_old=IMAX(st->postfilter_period_old, COMBFILTER_MINPERIOD);
|
D | celt_encoder.c | 1202 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()
|