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

  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 172 static void smooth_fade(const opus_val16 *in1, const opus_val16 *in2, function
519 smooth_fade(pcm+st->channels*(frame_size-F2_5), redundant_audio+st->channels*F2_5,
529 smooth_fade(redundant_audio+st->channels*F2_5, pcm+st->channels*F2_5,
538 smooth_fade(pcm_transition+st->channels*F2_5, pcm+st->channels*F2_5,
547 smooth_fade(pcm_transition, pcm,
  /external/libopus/src/
opus_decoder.c 172 static void smooth_fade(const opus_val16 *in1, const opus_val16 *in2, function
519 smooth_fade(pcm+st->channels*(frame_size-F2_5), redundant_audio+st->channels*F2_5,
529 smooth_fade(redundant_audio+st->channels*F2_5, pcm+st->channels*F2_5,
538 smooth_fade(pcm_transition+st->channels*F2_5, pcm+st->channels*F2_5,
547 smooth_fade(pcm_transition, pcm,

Completed in 61 milliseconds