HomeSort by relevance Sort by last modified time
    Searched refs:postfilter_period (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 82 int postfilter_period; member in struct:OpusCustomDecoder
632 st->postfilter_period, st->postfilter_period, overlap,
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->shortMdctSize,
963 comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period, postfilter_pitch, N-mode->shortMdctSize,
968 st->postfilter_period_old = st->postfilter_period;
971 st->postfilter_period = postfilter_pitch;
976 st->postfilter_period_old = st->postfilter_period;
    [all...]
  /external/libopus/celt/
celt_decoder.c 82 int postfilter_period; member in struct:OpusCustomDecoder
632 st->postfilter_period, st->postfilter_period, overlap,
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->shortMdctSize,
963 comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period, postfilter_pitch, N-mode->shortMdctSize,
968 st->postfilter_period_old = st->postfilter_period;
971 st->postfilter_period = postfilter_pitch;
976 st->postfilter_period_old = st->postfilter_period;
    [all...]

Completed in 82 milliseconds