Searched refs:postfilter_period_old (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_decoder.c83 int postfilter_period_old; member in struct:OpusCustomDecoder
958 st->postfilter_period_old=IMAX(st->postfilter_period_old, COMBFILTER_MINPERIOD);
959 comb_filter(out_syn[c], out_syn[c], st->postfilter_period_old, st->postfilter_period, mode->shortMdctSize,
968 st->postfilter_period_old = st->postfilter_period;
976 st->postfilter_period_old = st->postfilter_period;
/external/libopus/celt/
H A Dcelt_decoder.c83 int postfilter_period_old; member in struct:OpusCustomDecoder
958 st->postfilter_period_old=IMAX(st->postfilter_period_old, COMBFILTER_MINPERIOD);
959 comb_filter(out_syn[c], out_syn[c], st->postfilter_period_old, st->postfilter_period, mode->shortMdctSize,
968 st->postfilter_period_old = st->postfilter_period;
976 st->postfilter_period_old = st->postfilter_period;

Completed in 93 milliseconds