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

  /external/libopus/celt/
celt_decoder.c 88 opus_val16 postfilter_gain; member in struct:OpusCustomDecoder
693 -st->postfilter_gain, -st->postfilter_gain,
747 opus_val16 postfilter_gain; local
866 postfilter_gain = 0;
879 postfilter_gain = QCONST16(.09375f,15)*(qg+1);
1009 st->postfilter_gain_old, st->postfilter_gain, st->postfilter_tapset_old, st->postfilter_tapset,
1013 st->postfilter_gain, postfilter_gain, st->postfilter_tapset, postfilter_tapset,
1018 st->postfilter_gain_old = st->postfilter_gain;
    [all...]

Completed in 59 milliseconds