Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_decoder.c95 int postfilter_period; member
139 celt_assert(st->postfilter_period < MAX_PERIOD); in validate_celt_decoder()
140 celt_assert(st->postfilter_period >= COMBFILTER_MINPERIOD || st->postfilter_period == 0); in validate_celt_decoder()
800 st->postfilter_period, st->postfilter_period, overlap, in celt_decode_lost()
1116 st->postfilter_period=IMAX(st->postfilter_period, COMBFILTER_MINPERIOD);
1118 …comb_filter(out_syn[c], out_syn[c], st->postfilter_period_old, st->postfilter_period, mode->shortM…
1122 …out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period, postfilter_…
1127 st->postfilter_period_old = st->postfilter_period;
1130 st->postfilter_period = postfilter_pitch;
1135 st->postfilter_period_old = st->postfilter_period;
[all …]