Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_decoder.c208 int pcm_silk_size; in opus_decode_frame() local
333pcm_silk_size = (mode != MODE_CELT_ONLY && !celt_accum) ? IMAX(F10, frame_size)*st->channels : ALL… in opus_decode_frame()
334 ALLOC(pcm_silk, pcm_silk_size, opus_int16); in opus_decode_frame()