Searched refs:ALLOC_STACK (Results 1 – 18 of 18) sorted by relevance
/external/libopus/celt/ |
D | stack_alloc.h | 97 #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
|
D | modes.c | 234 ALLOC_STACK; in opus_custom_mode_create()
|
D | celt_decoder.c | 865 ALLOC_STACK; 1195 ALLOC_STACK; 1225 ALLOC_STACK;
|
D | celt_encoder.c | 1480 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/ |
D | test_unit_laplace.c | 60 ALLOC_STACK; in main()
|
D | test_unit_rotation.c | 80 ALLOC_STACK; in main()
|
D | test_unit_cwrs32.c | 91 ALLOC_STACK; in main()
|
D | test_unit_dft.c | 147 ALLOC_STACK; in main()
|
D | test_unit_mdct.c | 187 ALLOC_STACK; in main()
|
/external/libopus/silk/tests/ |
D | test_unit_LPC_inv_pred_gain.c | 95 ALLOC_STACK; in main()
|
/external/libopus/src/ |
D | opus_projection_decoder.c | 134 ALLOC_STACK; in opus_projection_decoder_init()
|
D | opus_decoder.c | 251 ALLOC_STACK; in opus_decode_frame() 757 ALLOC_STACK; in opus_decode_float() 794 ALLOC_STACK; in opus_decode()
|
D | opus_multistream_decoder.c | 197 ALLOC_STACK; in opus_multistream_decode_native()
|
D | opus_encoder.c | 959 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()
|
D | opus_multistream_encoder.c | 834 ALLOC_STACK; in opus_multistream_encode_native()
|
/external/libaom/libaom/third_party/x86inc/ |
D | x86inc.asm | 531 ALLOC_STACK %4, %3 635 ALLOC_STACK %4 691 ALLOC_STACK %4
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 531 ALLOC_STACK %4, %3 635 ALLOC_STACK %4 691 ALLOC_STACK %4
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 601 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…
|