Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_decoder.c212 int pcm_silk_size; in opus_decode_frame() local
328 pcm_silk_size = (mode != MODE_CELT_ONLY) ? IMAX(F10, frame_size)*st->channels : ALLOC_NONE; in opus_decode_frame()
329 ALLOC(pcm_silk, pcm_silk_size, opus_int16); in opus_decode_frame()