Home | History | Annotate | Download | only in src

Lines Matching refs:F5

230    int F2_5, F5, F10, F20;
239 F5 = F10>>1;
240 F2_5 = F5>>1;
293 else if (mode != MODE_SILK_ONLY && audiosize > F5 && audiosize < F10)
294 audiosize = F5;
308 pcm_transition_celt_size = F5*st->channels;
310 pcm_transition_silk_size = F5*st->channels;
316 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0);
453 opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0);
457 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE;
465 redundant_audio, F5, NULL);
517 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL);
534 if (audiosize >= F5)