Searched refs:postfilter_period (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | celt_decoder.c | 82 int postfilter_period; member 632 st->postfilter_period, st->postfilter_period, overlap, in celt_decode_lost() 957 st->postfilter_period=IMAX(st->postfilter_period, COMBFILTER_MINPERIOD); 959 …comb_filter(out_syn[c], out_syn[c], st->postfilter_period_old, st->postfilter_period, mode->shortM… 963 …out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period, postfilter_… 968 st->postfilter_period_old = st->postfilter_period; 971 st->postfilter_period = postfilter_pitch; 976 st->postfilter_period_old = st->postfilter_period; 1159 *value = st->postfilter_period;
|