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

  /external/speex/libspeex/
preprocess.c 242 float prev_loudness; /**< Loudness of previous frame */ member in struct:SpeexPreprocessState_
521 st->prev_loudness = 1;
601 if (target_gain < st->max_decrease_step*st->agc_gain && loudness < 10*st->prev_loudness)
614 st->prev_loudness = loudness;
    [all...]

Completed in 229 milliseconds