Home
last modified time | relevance | path

Searched refs:ALLOC_NONE (Results 1 – 6 of 6) 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()
/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.c303 pcm_transition_silk_size = ALLOC_NONE; in opus_decode_frame()
304 pcm_transition_celt_size = ALLOC_NONE; in opus_decode_frame()
333 …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()
468 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE; in opus_decode_frame()
/external/libopus/silk/fixed/
Dpitch_analysis_core_FIX.c471 ALLOC( scratch_mem, shift > 0 ? frame_length : ALLOC_NONE, opus_int16 ); in silk_pitch_analysis_core()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js604 var ALLOC_NONE = 4; // Do not allocate
609 Module['ALLOC_NONE'] = ALLOC_NONE;
634 if (allocator == ALLOC_NONE) {
965 , "i8", ALLOC_NONE, Runtime.GLOBAL_BASE)
1463 'void*', ALLOC_NORMAL) ], 'void*', ALLOC_NONE, __impure_ptr);