Home | History | Annotate | Download | only in libspeex

Lines Matching refs:ALLOC

57    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(nt2, N, spx_word16_t*);
302 ALLOC(oind, N, int*);
303 ALLOC(nind, N, int*);
311 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
313 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128);
314 ALLOC(E, shape_cb_size>>2, __m128);
317 ALLOC(E, shape_cb_size, spx_word32_t);
319 ALLOC(t, nsf, spx_word16_t);
320 ALLOC(e, nsf, spx_sig_t);
321 ALLOC(ind, nb_subvect, int);
323 ALLOC(tmp, 2*N*nsf, spx_word16_t);
331 ALLOC(best_index, N, int);
332 ALLOC(best_dist, N, spx_word32_t);
333 ALLOC(best_nind, N, int);
334 ALLOC(best_ntarget, N, int);
335 ALLOC(ndist, N, spx_word32_t);
336 ALLOC(odist, N, spx_word32_t);
338 ALLOC(itmp, 2*N*nb_subvect, int);
504 ALLOC(r2, nsf, spx_word16_t);
538 ALLOC(ind, nb_subvect, int);
539 ALLOC(signs, nb_subvect, int);
590 ALLOC(tmp, nsf, spx_word16_t);