Searched refs:F2_5 (Results 1 – 1 of 1) sorted by relevance
/external/libopus/src/ |
D | opus_decoder.c | 247 int F2_5, F5, F10, F20; in opus_decode_frame() local 258 F2_5 = F5>>1; in opus_decode_frame() 259 if (frame_size < F2_5) in opus_decode_frame() 532 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL, celt_accum); in opus_decode_frame() 561 smooth_fade(pcm+st->channels*(frame_size-F2_5), redundant_audio+st->channels*F2_5, in opus_decode_frame() 562 pcm+st->channels*(frame_size-F2_5), F2_5, st->channels, window, st->Fs); in opus_decode_frame() 568 for (i=0;i<F2_5;i++) in opus_decode_frame() 571 smooth_fade(redundant_audio+st->channels*F2_5, pcm+st->channels*F2_5, in opus_decode_frame() 572 pcm+st->channels*F2_5, F2_5, st->channels, window, st->Fs); in opus_decode_frame() 578 for (i=0;i<st->channels*F2_5;i++) in opus_decode_frame() [all …]
|