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

  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 84 opus_val16 postfilter_gain; member in struct:OpusCustomDecoder
633 -st->postfilter_gain, -st->postfilter_gain,
684 opus_val16 postfilter_gain; local
795 postfilter_gain = 0;
808 postfilter_gain = QCONST16(.09375f,15)*(qg+1);
960 st->postfilter_gain_old, st->postfilter_gain, st->postfilter_tapset_old, st->postfilter_tapset,
964 st->postfilter_gain, postfilter_gain, st->postfilter_tapset, postfilter_tapset,
969 st->postfilter_gain_old = st->postfilter_gain;
    [all...]
  /external/libopus/celt/
celt_decoder.c 84 opus_val16 postfilter_gain; member in struct:OpusCustomDecoder
633 -st->postfilter_gain, -st->postfilter_gain,
684 opus_val16 postfilter_gain; local
795 postfilter_gain = 0;
808 postfilter_gain = QCONST16(.09375f,15)*(qg+1);
960 st->postfilter_gain_old, st->postfilter_gain, st->postfilter_tapset_old, st->postfilter_tapset,
964 st->postfilter_gain, postfilter_gain, st->postfilter_tapset, postfilter_tapset,
969 st->postfilter_gain_old = st->postfilter_gain;
    [all...]

Completed in 109 milliseconds