Home
last modified time | relevance | path

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

/external/libopus/celt/
Dstack_alloc.h97 #define ALLOC_STACK macro
113 #define ALLOC_STACK macro
139 #define ALLOC_STACK char *_saved_stack; ((global_stack = (global_stack==0) ? ((global_stack_top=opu… macro
150 #define ALLOC_STACK char *_saved_stack; (global_stack = (global_stack==0) ? (scratch_ptr=opus_alloc… macro
Dmodes.c234 ALLOC_STACK; in opus_custom_mode_create()
Dcelt_decoder.c865 ALLOC_STACK;
1195 ALLOC_STACK;
1225 ALLOC_STACK;
Dcelt_encoder.c1480 ALLOC_STACK; in celt_encode_with_ec()
2352 ALLOC_STACK; in opus_custom_encode_float()
2379 ALLOC_STACK; in opus_custom_encode()
/external/libopus/celt/tests/
Dtest_unit_laplace.c60 ALLOC_STACK; in main()
Dtest_unit_rotation.c80 ALLOC_STACK; in main()
Dtest_unit_cwrs32.c91 ALLOC_STACK; in main()
Dtest_unit_dft.c147 ALLOC_STACK; in main()
Dtest_unit_mdct.c187 ALLOC_STACK; in main()
/external/libopus/silk/tests/
Dtest_unit_LPC_inv_pred_gain.c95 ALLOC_STACK; in main()
/external/libopus/src/
Dopus_projection_decoder.c134 ALLOC_STACK; in opus_projection_decoder_init()
Dopus_decoder.c251 ALLOC_STACK; in opus_decode_frame()
757 ALLOC_STACK; in opus_decode_float()
794 ALLOC_STACK; in opus_decode()
Dopus_multistream_decoder.c197 ALLOC_STACK; in opus_multistream_decode_native()
Dopus_encoder.c959 ALLOC_STACK; in encode_multiframe_packet()
1107 ALLOC_STACK; in opus_encode_native()
2204 ALLOC_STACK; in opus_encode_float()
2239 ALLOC_STACK; in opus_encode()
Dopus_multistream_encoder.c834 ALLOC_STACK; in opus_multistream_encode_native()
/external/libaom/libaom/third_party/x86inc/
Dx86inc.asm531 ALLOC_STACK %4, %3
635 ALLOC_STACK %4
691 ALLOC_STACK %4
/external/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm531 ALLOC_STACK %4, %3
635 ALLOC_STACK %4
691 ALLOC_STACK %4
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js601 var ALLOC_STACK = 1; // Lives for the duration of the current function call
606 Module['ALLOC_STACK'] = ALLOC_STACK;
1938 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
2622 …var ret = _open(filename, flags, allocate([0x1FF, 0, 0, 0], 'i32', ALLOC_STACK)); // All creation…