Lines Matching refs:F5
247 int F2_5, F5, F10, F20; in opus_decode_frame() local
257 F5 = F10>>1; in opus_decode_frame()
258 F2_5 = F5>>1; in opus_decode_frame()
313 else if (mode != MODE_SILK_ONLY && audiosize > F5 && audiosize < F10) in opus_decode_frame()
314 audiosize = F5; in opus_decode_frame()
336 pcm_transition_celt_size = F5*st->channels; in opus_decode_frame()
338 pcm_transition_silk_size = F5*st->channels; in opus_decode_frame()
344 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0); in opus_decode_frame()
464 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0); in opus_decode_frame()
496 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE; in opus_decode_frame()
504 redundant_audio, F5, NULL, 0); in opus_decode_frame()
559 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL, 0); in opus_decode_frame()
576 if (audiosize >= F5) in opus_decode_frame()