Home
last modified time | relevance | path

Searched refs:F2_5 (Results 1 – 1 of 1) sorted by relevance

/external/libopus/src/
Dopus_decoder.c230 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()
[all …]