Searched refs:ALLOC (Results 1 - 25 of 118) sorted by relevance

12345

/external/chromium_org/third_party/speex/libspeex/
H A Dcb_search.c57 ALLOC(shape, subvect_size, spx_word16_t);
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128);
142 ALLOC(E, shape_cb_size>>2, __m128);
145 ALLOC(E, shape_cb_size, spx_word32_t);
147 ALLOC(t, nsf, spx_word16_t);
148 ALLOC(e, nsf, spx_sig_t);
231 ALLOC(r2, nsf, spx_word16_t);
300 ALLOC(ot2, N, spx_word16_t*);
301 ALLOC(nt
[all...]
H A Dstack_alloc.h78 * @def ALLOC(var, size, type)
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
H A Dlsp.c247 ALLOC(Q, (m+1), spx_word32_t);
248 ALLOC(P, (m+1), spx_word32_t);
304 ALLOC(P16, m+1, spx_word16_t);
305 ALLOC(Q16, m+1, spx_word16_t);
442 ALLOC(xp, (m+1), spx_word32_t*);
443 ALLOC(xpmem, (m+1)*(lpcrdr+1+2), spx_word32_t);
445 ALLOC(xq, (m+1), spx_word32_t*);
446 ALLOC(xqmem, (m+1)*(lpcrdr+1+2), spx_word32_t);
455 ALLOC(freqn, lpcrdr, spx_word16_t);
536 ALLOC(W
[all...]
H A Dsb_celp.c351 ALLOC(low_innov_rms, st->nbSubframes, spx_word16_t);
361 ALLOC(low_pi_gain, st->nbSubframes, spx_word32_t);
362 ALLOC(low_exc_rms, st->nbSubframes, spx_word16_t);
373 ALLOC(lpc, st->lpcSize, spx_coef_t);
374 ALLOC(interp_lpc, st->lpcSize, spx_coef_t);
375 ALLOC(bw_lpc1, st->lpcSize, spx_coef_t);
376 ALLOC(bw_lpc2, st->lpcSize, spx_coef_t);
378 ALLOC(lsp, st->lpcSize, spx_lsp_t);
379 ALLOC(qlsp, st->lpcSize, spx_lsp_t);
380 ALLOC(interp_ls
[all...]
/external/speex/libspeex/
H A Dcb_search.c57 ALLOC(shape, subvect_size, spx_word16_t);
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128);
142 ALLOC(E, shape_cb_size>>2, __m128);
145 ALLOC(E, shape_cb_size, spx_word32_t);
147 ALLOC(t, nsf, spx_word16_t);
148 ALLOC(e, nsf, spx_sig_t);
231 ALLOC(r2, nsf, spx_word16_t);
300 ALLOC(ot2, N, spx_word16_t*);
301 ALLOC(nt
[all...]
H A Dstack_alloc.h78 * @def ALLOC(var, size, type)
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
H A Dltp_bfin.h166 ALLOC(best_score, N, spx_word32_t);
167 ALLOC(best_ener, N, spx_word32_t);
168 ALLOC(corr, end-start+1, spx_word32_t);
169 ALLOC(energy, end-start+2, spx_word32_t);
216 ALLOC(corr16, end-start+1, spx_word16_t);
217 ALLOC(ener16, end-start+1, spx_word16_t);
H A Dvq_sse.h43 ALLOC(dist, entries, float);
45 ALLOC(in, len, __m128);
82 ALLOC(dist, entries, float);
84 ALLOC(in, len, __m128);
H A Dcb_search_sse.h60 ALLOC(r, subvect_size, __m128);
61 ALLOC(shape, subvect_size, __m128);
H A Dltp_sse.h65 ALLOC(x, N, __m128);
66 ALLOC(y, N+L, __m128);
H A Dfilters_bfin.h93 ALLOC(xy2, (N+1), spx_word32_t);
94 ALLOC(numden_a, (2*ord+2), spx_word32_t);
235 ALLOC(y, (N+2), spx_word16_t);
372 ALLOC(ytmp, N, spx_word16_t);
442 ALLOC(ytmp, N, spx_word16_t);
H A Dlsp.c247 ALLOC(Q, (m+1), spx_word32_t);
248 ALLOC(P, (m+1), spx_word32_t);
304 ALLOC(P16, m+1, spx_word16_t);
305 ALLOC(Q16, m+1, spx_word16_t);
442 ALLOC(xp, (m+1), spx_word32_t*);
443 ALLOC(xpmem, (m+1)*(lpcrdr+1+2), spx_word32_t);
445 ALLOC(xq, (m+1), spx_word32_t*);
446 ALLOC(xqmem, (m+1)*(lpcrdr+1+2), spx_word32_t);
455 ALLOC(freqn, lpcrdr, spx_word16_t);
536 ALLOC(W
[all...]
H A Dsb_celp.c351 ALLOC(low_innov_rms, st->nbSubframes, spx_word16_t);
361 ALLOC(low_pi_gain, st->nbSubframes, spx_word32_t);
362 ALLOC(low_exc_rms, st->nbSubframes, spx_word16_t);
373 ALLOC(lpc, st->lpcSize, spx_coef_t);
374 ALLOC(interp_lpc, st->lpcSize, spx_coef_t);
375 ALLOC(bw_lpc1, st->lpcSize, spx_coef_t);
376 ALLOC(bw_lpc2, st->lpcSize, spx_coef_t);
378 ALLOC(lsp, st->lpcSize, spx_lsp_t);
379 ALLOC(qlsp, st->lpcSize, spx_lsp_t);
380 ALLOC(interp_ls
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dstack_alloc.h82 * @def ALLOC(var, size, type)
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
150 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type) macro
/external/libopus/celt/
H A Dstack_alloc.h82 * @def ALLOC(var, size, type)
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
150 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type) macro
/external/chromium_org/third_party/opus/src/silk/
H A DNLSF_encode.c72 ALLOC( err_Q26, psNLSF_CB->nVectors, opus_int32 );
76 ALLOC( tempIndices1, nSurvivors, opus_int );
79 ALLOC( RD_Q25, nSurvivors, opus_int32 );
80 ALLOC( tempIndices2, nSurvivors * MAX_LPC_ORDER, opus_int8 );
H A Ddecode_frame.c54 ALLOC( psDecCtrl, 1, silk_decoder_control );
55 ALLOC( pulses, (L + SHELL_CODEC_FRAME_LENGTH - 1) &
H A Dencode_pulses.c95 ALLOC( abs_pulses, iter * SHELL_CODEC_FRAME_LENGTH, opus_int );
105 ALLOC( sum_pulses, iter, opus_int );
106 ALLOC( nRshifts, iter, opus_int );
H A Dresampler_down2_3.c51 ALLOC( buf, RESAMPLER_MAX_BATCH_SIZE_IN + ORDER_FIR, opus_int32 );
/external/libopus/silk/
H A DNLSF_encode.c72 ALLOC( err_Q26, psNLSF_CB->nVectors, opus_int32 );
76 ALLOC( tempIndices1, nSurvivors, opus_int );
79 ALLOC( RD_Q25, nSurvivors, opus_int32 );
80 ALLOC( tempIndices2, nSurvivors * MAX_LPC_ORDER, opus_int8 );
H A Ddecode_frame.c54 ALLOC( psDecCtrl, 1, silk_decoder_control );
55 ALLOC( pulses, (L + SHELL_CODEC_FRAME_LENGTH - 1) &
H A Dencode_pulses.c95 ALLOC( abs_pulses, iter * SHELL_CODEC_FRAME_LENGTH, opus_int );
105 ALLOC( sum_pulses, iter, opus_int );
106 ALLOC( nRshifts, iter, opus_int );
H A Dresampler_down2_3.c51 ALLOC( buf, RESAMPLER_MAX_BATCH_SIZE_IN + ORDER_FIR, opus_int32 );
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dresidual_energy_FIX.c59 ALLOC( LPC_res, ( MAX_NB_SUBFR >> 1 ) * offset, opus_int16 );
/external/libopus/silk/fixed/
H A Dresidual_energy_FIX.c59 ALLOC( LPC_res, ( MAX_NB_SUBFR >> 1 ) * offset, opus_int16 );

Completed in 390 milliseconds

12345