Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/silk/
H A Ddec_API.c158 int delay_stack_alloc; in silk_Decode() local
315 delay_stack_alloc = decControl->internalSampleRate*decControl->nChannelsInternal in silk_Decode()
317 ALLOC( samplesOut1_tmp_storage1, delay_stack_alloc ? ALLOC_NONE in silk_Decode()
320 if ( delay_stack_alloc ) in silk_Decode()
395 ALLOC( samplesOut1_tmp_storage2, delay_stack_alloc in silk_Decode()
399 if ( delay_stack_alloc ) { in silk_Decode()