Searched refs:smooth_fade (Results 1 – 1 of 1) sorted by relevance
/external/libopus/src/ |
D | opus_decoder.c | 188 static void smooth_fade(const opus_val16 *in1, const opus_val16 *in2, in smooth_fade() function 561 smooth_fade(pcm+st->channels*(frame_size-F2_5), redundant_audio+st->channels*F2_5, in opus_decode_frame() 571 smooth_fade(redundant_audio+st->channels*F2_5, pcm+st->channels*F2_5, in opus_decode_frame() 580 smooth_fade(pcm_transition+st->channels*F2_5, pcm+st->channels*F2_5, in opus_decode_frame() 589 smooth_fade(pcm_transition, pcm, in opus_decode_frame()
|