Home
last modified time | relevance | path

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

/external/libopus/celt/
Dstack_alloc.h99 #define ALLOC_NONE 1 macro
114 #define ALLOC_NONE 0 macro
158 #define ALLOC_NONE 0 macro
Dquant_bands.c328 save_bytes = ALLOC_NONE; in quant_coarse_energy()
Dbands.c1447 resynth_alloc = ALLOC_NONE; in quant_all_bands()
/external/libopus/silk/
Ddec_API.c263 ALLOC( samplesOut1_tmp_storage1, delay_stack_alloc ? ALLOC_NONE in silk_Decode()
321 decControl->nChannelsAPI == 2 ? *nSamplesOut : ALLOC_NONE, opus_int16 ); in silk_Decode()
330 : ALLOC_NONE, in silk_Decode()
/external/libopus/src/
Dopus_decoder.c326 pcm_transition_silk_size = ALLOC_NONE; in opus_decode_frame()
327 pcm_transition_celt_size = ALLOC_NONE; in opus_decode_frame()
356 …k_size = (mode != MODE_CELT_ONLY && !celt_accum) ? IMAX(F10, frame_size)*st->channels : ALLOC_NONE; in opus_decode_frame()
456 pcm_transition_silk_size=ALLOC_NONE; in opus_decode_frame()
496 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE; in opus_decode_frame()