Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_decoder.c250 int celt_accum; in opus_decode_frame() local
321 celt_accum = (mode != MODE_CELT_ONLY) && (frame_size >= F10); in opus_decode_frame()
323 celt_accum = 0; in opus_decode_frame()
356 …pcm_silk_size = (mode != MODE_CELT_ONLY && !celt_accum) ? IMAX(F10, frame_size)*st->channels : ALL… in opus_decode_frame()
365 if (celt_accum) in opus_decode_frame()
519 len, pcm, celt_frame_size, &dec, celt_accum); in opus_decode_frame()
522 if (!celt_accum) in opus_decode_frame()
532 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL, celt_accum); in opus_decode_frame()
536 if (mode != MODE_CELT_ONLY && !celt_accum) in opus_decode_frame()