Searched refs:ALLOC_NONE (Results 1 – 6 of 6) sorted by relevance
/external/libopus/celt/ |
D | stack_alloc.h | 99 #define ALLOC_NONE 1 macro 114 #define ALLOC_NONE 0 macro 158 #define ALLOC_NONE 0 macro
|
D | quant_bands.c | 328 save_bytes = ALLOC_NONE; in quant_coarse_energy()
|
/external/libopus/silk/ |
D | dec_API.c | 263 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/ |
D | opus_decoder.c | 303 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/ |
D | pitch_analysis_core_FIX.c | 471 ALLOC( scratch_mem, shift > 0 ? frame_length : ALLOC_NONE, opus_int16 ); in silk_pitch_analysis_core()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 604 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);
|