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

  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 683 int postfilter_pitch; local
796 postfilter_pitch = 0;
804 postfilter_pitch = (16<<octave)+ec_dec_bits(dec, 4+octave)-1;
963 comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period, postfilter_pitch, N-mode->shortMdctSize,
971 st->postfilter_period = postfilter_pitch;
    [all...]
  /external/libopus/celt/
celt_decoder.c 683 int postfilter_pitch; local
796 postfilter_pitch = 0;
804 postfilter_pitch = (16<<octave)+ec_dec_bits(dec, 4+octave)-1;
963 comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period, postfilter_pitch, N-mode->shortMdctSize,
971 st->postfilter_period = postfilter_pitch;
    [all...]

Completed in 4973 milliseconds