/external/speex/libspeex/ |
D | cb_search.c | 57 ALLOC(shape, subvect_size, spx_word16_t); in compute_weighted_codebook() 139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t); in split_cb_search_shape_sign_N1() 141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128); in split_cb_search_shape_sign_N1() 142 ALLOC(E, shape_cb_size>>2, __m128); in split_cb_search_shape_sign_N1() 145 ALLOC(E, shape_cb_size, spx_word32_t); in split_cb_search_shape_sign_N1() 147 ALLOC(t, nsf, spx_word16_t); in split_cb_search_shape_sign_N1() 148 ALLOC(e, nsf, spx_sig_t); in split_cb_search_shape_sign_N1() 231 ALLOC(r2, nsf, spx_word16_t); in split_cb_search_shape_sign_N1() 300 ALLOC(ot2, N, spx_word16_t*); in split_cb_search_shape_sign() 301 ALLOC(nt2, N, spx_word16_t*); in split_cb_search_shape_sign() [all …]
|
D | ltp_bfin.h | 166 ALLOC(best_score, N, spx_word32_t); in open_loop_nbest_pitch() 167 ALLOC(best_ener, N, spx_word32_t); in open_loop_nbest_pitch() 168 ALLOC(corr, end-start+1, spx_word32_t); in open_loop_nbest_pitch() 169 ALLOC(energy, end-start+2, spx_word32_t); in open_loop_nbest_pitch() 216 ALLOC(corr16, end-start+1, spx_word16_t); in open_loop_nbest_pitch() 217 ALLOC(ener16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
|
D | lsp.c | 247 ALLOC(Q, (m+1), spx_word32_t); in lpc_to_lsp() 248 ALLOC(P, (m+1), spx_word32_t); in lpc_to_lsp() 304 ALLOC(P16, m+1, spx_word16_t); in lpc_to_lsp() 305 ALLOC(Q16, m+1, spx_word16_t); in lpc_to_lsp() 442 ALLOC(xp, (m+1), spx_word32_t*); in lsp_to_lpc() 443 ALLOC(xpmem, (m+1)*(lpcrdr+1+2), spx_word32_t); in lsp_to_lpc() 445 ALLOC(xq, (m+1), spx_word32_t*); in lsp_to_lpc() 446 ALLOC(xqmem, (m+1)*(lpcrdr+1+2), spx_word32_t); in lsp_to_lpc() 455 ALLOC(freqn, lpcrdr, spx_word16_t); in lsp_to_lpc() 536 ALLOC(Wp, 4*m+2, float); in lsp_to_lpc() [all …]
|
D | sb_celp.c | 351 ALLOC(low_innov_rms, st->nbSubframes, spx_word16_t); in sb_encode() 361 ALLOC(low_pi_gain, st->nbSubframes, spx_word32_t); in sb_encode() 362 ALLOC(low_exc_rms, st->nbSubframes, spx_word16_t); in sb_encode() 373 ALLOC(lpc, st->lpcSize, spx_coef_t); in sb_encode() 374 ALLOC(interp_lpc, st->lpcSize, spx_coef_t); in sb_encode() 375 ALLOC(bw_lpc1, st->lpcSize, spx_coef_t); in sb_encode() 376 ALLOC(bw_lpc2, st->lpcSize, spx_coef_t); in sb_encode() 378 ALLOC(lsp, st->lpcSize, spx_lsp_t); in sb_encode() 379 ALLOC(qlsp, st->lpcSize, spx_lsp_t); in sb_encode() 380 ALLOC(interp_lsp, st->lpcSize, spx_lsp_t); in sb_encode() [all …]
|
D | stack_alloc.h | 105 #define ALLOC(var, size, type) type var[size] macro 108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size)) macro 111 #define ALLOC(var, size, type) var = PUSH(stack, size, type) macro
|
D | vq_sse.h | 43 ALLOC(dist, entries, float); in vq_nbest() 45 ALLOC(in, len, __m128); in vq_nbest() 82 ALLOC(dist, entries, float); in vq_nbest_sign() 84 ALLOC(in, len, __m128); in vq_nbest_sign()
|
D | ltp.c | 188 ALLOC(corr16, end-start+1, spx_word16_t); in open_loop_nbest_pitch() 189 ALLOC(ener16, end-start+1, spx_word16_t); in open_loop_nbest_pitch() 190 ALLOC(corr, end-start+1, spx_word32_t); in open_loop_nbest_pitch() 197 ALLOC(energy, end-start+2, spx_word32_t); in open_loop_nbest_pitch() 198 ALLOC(corr, end-start+1, spx_word32_t); in open_loop_nbest_pitch() 203 ALLOC(best_score, N, spx_word32_t); in open_loop_nbest_pitch() 204 ALLOC(best_ener, N, spx_word32_t); in open_loop_nbest_pitch() 381 ALLOC(tmp1, 3*nsf, spx_word16_t); in pitch_gain_search_3tap() 382 ALLOC(e, nsf, spx_word16_t); in pitch_gain_search_3tap() 397 ALLOC(mm, p, spx_mem_t); in pitch_gain_search_3tap() [all …]
|
D | filters_bfin.h | 93 ALLOC(xy2, (N+1), spx_word32_t); in filter_mem16() 94 ALLOC(numden_a, (2*ord+2), spx_word32_t); in filter_mem16() 235 ALLOC(y, (N+2), spx_word16_t); in iir_mem16() 372 ALLOC(ytmp, N, spx_word16_t); in compute_impulse_response() 442 ALLOC(ytmp, N, spx_word16_t);
|
D | nb_celp.c | 284 ALLOC(lpc, st->lpcSize, spx_coef_t); in nb_encode() 285 ALLOC(bw_lpc1, st->lpcSize, spx_coef_t); in nb_encode() 286 ALLOC(bw_lpc2, st->lpcSize, spx_coef_t); in nb_encode() 287 ALLOC(lsp, st->lpcSize, spx_lsp_t); in nb_encode() 288 ALLOC(qlsp, st->lpcSize, spx_lsp_t); in nb_encode() 289 ALLOC(interp_lsp, st->lpcSize, spx_lsp_t); in nb_encode() 290 ALLOC(interp_qlsp, st->lpcSize, spx_lsp_t); in nb_encode() 291 ALLOC(interp_lpc, st->lpcSize, spx_coef_t); in nb_encode() 292 ALLOC(interp_qlpc, st->lpcSize, spx_coef_t); in nb_encode() 304 ALLOC(w_sig, st->windowSize, spx_word16_t); in nb_encode() [all …]
|
D | cb_search_sse.h | 60 ALLOC(r, subvect_size, __m128); in compute_weighted_codebook() 61 ALLOC(shape, subvect_size, __m128); in compute_weighted_codebook()
|
/external/libbrillo/brillo/dbus/ |
D | data_serialization.h | 456 template<typename T, typename ALLOC> 459 const std::vector<T, ALLOC>& value) { 471 template<typename T, typename ALLOC> 473 PopValueFromReader(dbus::MessageReader* reader, std::vector<T, ALLOC>* value) { 496 template<bool inner_type_supported, typename T, typename ALLOC> 503 const std::vector<T, ALLOC>& value) { 507 std::vector<T, ALLOC>* value) { 513 template<typename T, typename ALLOC> 514 struct DBusArrayType<false, T, ALLOC> : public Unsupported {}; 518 template<typename T, typename ALLOC> [all …]
|
/external/libopus/celt/ |
D | stack_alloc.h | 94 #define ALLOC(var, size, type) type var[size] macro 106 # define ALLOC(var, size, type) var = ((type*)_alloca(sizeof(type)*(size))) macro 108 # define ALLOC(var, size, type) var = ((type*)alloca(sizeof(type)*(size))) macro 156 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type) macro
|
D | celt_decoder.c | 197 ALLOC(scratch, N, celt_sig); in deemphasis() 298 ALLOC(freq, N, celt_sig); /**< Interleaved signal MDCTs */ in celt_synthesis() 403 ALLOC( lp_pitch_buf, DECODE_BUFFER_SIZE>>1, opus_val16 ); in celt_plc_pitch_search() 470 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */ in celt_decode_lost() 522 ALLOC(etmp, overlap, opus_val32); in celt_decode_lost() 523 ALLOC(exc, MAX_PERIOD, opus_val16); in celt_decode_lost() 903 ALLOC(tf_res, nbEBands, int); 911 ALLOC(cap, nbEBands, int); 915 ALLOC(offsets, nbEBands, int); 948 ALLOC(fine_quant, nbEBands, int); [all …]
|
D | celt_encoder.c | 248 ALLOC(tmp, len, opus_val16); in transient_analysis() 571 ALLOC(metric, len, int); in tf_analysis() 572 ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis() 573 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis() 574 ALLOC(path0, len, int); in tf_analysis() 575 ALLOC(path1, len, int); in tf_analysis() 941 ALLOC(follower, C*nbEBands, opus_val16); in dynalloc_analysis() 942 ALLOC(noise_floor, C*nbEBands, opus_val16); in dynalloc_analysis() 1082 ALLOC(_pre, CC*(N+COMBFILTER_MAXPERIOD), celt_sig); in run_prefilter() 1096 ALLOC(pitch_buf, (COMBFILTER_MAXPERIOD+N)>>1, opus_val16); in run_prefilter() [all …]
|
D | celt_lpc.c | 105 ALLOC(rnum, ord, opus_val16); in celt_fir_c() 106 ALLOC(x, N+ord, opus_val16); in celt_fir_c() 179 ALLOC(rden, ord, opus_val16); in celt_iir() 180 ALLOC(y, N+ord, opus_val16); in celt_iir() 245 ALLOC(xx, n, opus_val16); in _celt_autocorr()
|
/external/libopus/silk/ |
D | NLSF_encode.c | 72 ALLOC( err_Q26, psNLSF_CB->nVectors, opus_int32 ); in silk_NLSF_encode() 76 ALLOC( tempIndices1, nSurvivors, opus_int ); in silk_NLSF_encode() 79 ALLOC( RD_Q25, nSurvivors, opus_int32 ); in silk_NLSF_encode() 80 ALLOC( tempIndices2, nSurvivors * MAX_LPC_ORDER, opus_int8 ); in silk_NLSF_encode()
|
D | stereo_LR_to_MS.c | 61 ALLOC( side, frame_length + 2, opus_int16 ); in silk_stereo_LR_to_MS() 77 ALLOC( LP_mid, frame_length, opus_int16 ); in silk_stereo_LR_to_MS() 78 ALLOC( HP_mid, frame_length, opus_int16 ); in silk_stereo_LR_to_MS() 86 ALLOC( LP_side, frame_length, opus_int16 ); in silk_stereo_LR_to_MS() 87 ALLOC( HP_side, frame_length, opus_int16 ); in silk_stereo_LR_to_MS()
|
D | encode_pulses.c | 95 ALLOC( abs_pulses, iter * SHELL_CODEC_FRAME_LENGTH, opus_int ); in silk_encode_pulses() 105 ALLOC( sum_pulses, iter, opus_int ); in silk_encode_pulses() 106 ALLOC( nRshifts, iter, opus_int ); in silk_encode_pulses()
|
D | decode_frame.c | 54 ALLOC( psDecCtrl, 1, silk_decoder_control ); in silk_decode_frame() 64 ALLOC( pulses, (L + SHELL_CODEC_FRAME_LENGTH - 1) & in silk_decode_frame()
|
D | decode_core.c | 58 ALLOC( sLTP, psDec->ltp_mem_length, opus_int16 ); in silk_decode_core() 59 ALLOC( sLTP_Q15, psDec->ltp_mem_length + psDec->frame_length, opus_int32 ); in silk_decode_core() 60 ALLOC( res_Q14, psDec->subfr_length, opus_int32 ); in silk_decode_core() 61 ALLOC( sLPC_Q14, psDec->subfr_length + MAX_LPC_ORDER, opus_int32 ); in silk_decode_core()
|
/external/libopus/silk/fixed/ |
D | pitch_analysis_core_FIX.c | 141 ALLOC( frame_8kHz, frame_length_8kHz, opus_int16 ); in silk_pitch_analysis_core() 155 ALLOC( frame_4kHz, frame_length_4kHz, opus_int16 ); in silk_pitch_analysis_core() 180 ALLOC( C, nb_subfr * CSTRIDE_8KHZ, opus_int16 ); in silk_pitch_analysis_core() 181 ALLOC( xcorr32, MAX_LAG_4KHZ-MIN_LAG_4KHZ+1, opus_int32 ); in silk_pitch_analysis_core() 274 ALLOC( d_comp, D_COMP_STRIDE, opus_int16 ); in silk_pitch_analysis_core() 471 ALLOC( scratch_mem, shift > 0 ? frame_length : ALLOC_NONE, opus_int16 ); in silk_pitch_analysis_core() 520 ALLOC( energies_st3, nb_subfr * nb_cbk_search, silk_pe_stage3_vals ); in silk_pitch_analysis_core() 521 ALLOC( cross_corr_st3, nb_subfr * nb_cbk_search, silk_pe_stage3_vals ); in silk_pitch_analysis_core() 630 ALLOC( scratch_mem, SCRATCH_SIZE, opus_int32 ); in silk_P_Ana_calc_corr_st3() 631 ALLOC( xcorr32, SCRATCH_SIZE, opus_int32 ); in silk_P_Ana_calc_corr_st3() [all …]
|
/external/ltp/testcases/kernel/io/disktest/ |
D | defs.h | 71 #define ALLOC(size) HeapAlloc(GetProcessHeap(), 0, size) macro 83 #define ALLOC(size) malloc(size) macro
|
D | main.c | 199 (unsigned char *)ALLOC(data_buffer_size + ALIGNSIZE)) == NULL) { in init_data() 206 (action_t *) ALLOC(sizeof(action_t) * test->args->t_kids)) == in init_data() 217 (void *)ALLOC(test->env->bmp_siz + BMP_OFFSET)) == NULL) { in init_data() 450 if ((pNewTest = (test_ll_t *) ALLOC(sizeof(test_ll_t))) == NULL) { in getNewTest() 460 (child_args_t *) ALLOC(sizeof(child_args_t))) == NULL) { in getNewTest() 467 if ((pNewTest->env = (test_env_t *) ALLOC(sizeof(test_env_t))) == NULL) { in getNewTest() 492 if ((aFilespec = (char *)ALLOC(80)) == NULL) { in run()
|
D | dump.c | 134 if ((ibuff = (char *)ALLOC(ibuff_siz)) == NULL) { in dump_data() 138 if ((obuff = (char *)ALLOC(obuff_siz)) == NULL) { in dump_data() 183 if ((buff = (char *)ALLOC(args->htrsiz * BLK_SIZE)) == NULL) { in do_dump()
|
/external/libjpeg-turbo/ |
D | tjbenchtest.in | 30 ALLOC=0 66 ALLOC=1 111 if [ $ALLOC = 1 ]; then 124 if [ $ALLOC = 1 ]; then 139 if [ $ALLOC = 1 ]; then 152 if [ $ALLOC = 1 ]; then 190 if [ $ALLOC = 1 ]; then 204 if [ $ALLOC = 1 ]; then 221 if [ $ALLOC = 1 ]; then
|