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