Lines Matching refs:F2_5
230 int F2_5, F5, F10, F20; in opus_decode_frame() local
240 F2_5 = F5>>1; in opus_decode_frame()
241 if (frame_size < F2_5) in opus_decode_frame()
490 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL); in opus_decode_frame()
519 smooth_fade(pcm+st->channels*(frame_size-F2_5), redundant_audio+st->channels*F2_5, in opus_decode_frame()
520 pcm+st->channels*(frame_size-F2_5), F2_5, st->channels, window, st->Fs); in opus_decode_frame()
526 for (i=0;i<F2_5;i++) in opus_decode_frame()
529 smooth_fade(redundant_audio+st->channels*F2_5, pcm+st->channels*F2_5, in opus_decode_frame()
530 pcm+st->channels*F2_5, F2_5, st->channels, window, st->Fs); in opus_decode_frame()
536 for (i=0;i<st->channels*F2_5;i++) in opus_decode_frame()
538 smooth_fade(pcm_transition+st->channels*F2_5, pcm+st->channels*F2_5, in opus_decode_frame()
539 pcm+st->channels*F2_5, F2_5, in opus_decode_frame()
548 pcm, F2_5, in opus_decode_frame()