HomeSort by relevance Sort by last modified time
    Searched full:postfilter_pitch (Results 1 - 1 of 1) sorted by null

  /external/libopus/celt/
celt_decoder.c 746 int postfilter_pitch; local
867 postfilter_pitch = 0;
875 postfilter_pitch = (16<<octave)+ec_dec_bits(dec, 4+octave)-1;
1012 comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period, postfilter_pitch, N-mode->shortMdctSize,
1020 st->postfilter_period = postfilter_pitch;
    [all...]

Completed in 166 milliseconds