HomeSort by relevance Sort by last modified time
    Searched refs:ALLOC (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/speex/libspeex/
cb_search.c 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*)
    [all...]
stack_alloc.h 78 * @def ALLOC(var, size, type)
105 #define ALLOC(var, size, type) type var[size]
108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size))
111 #define ALLOC(var, size, type) var = PUSH(stack, size, type)
ltp_bfin.h 166 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);
vq_sse.h 43 ALLOC(dist, entries, float);
45 ALLOC(in, len, __m128);
82 ALLOC(dist, entries, float);
84 ALLOC(in, len, __m128);
cb_search_sse.h 60 ALLOC(r, subvect_size, __m128);
61 ALLOC(shape, subvect_size, __m128);
ltp_sse.h 65 ALLOC(x, N, __m128);
66 ALLOC(y, N+L, __m128);
filters_bfin.h 93 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);
lsp.c 247 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(Wp, 4*m+2, float)
    [all...]
sb_celp.c 351 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_lsp, st->lpcSize, spx_lsp_t)
    [all...]
ltp.c 188 ALLOC(corr16, end-start+1, spx_word16_t);
189 ALLOC(ener16, end-start+1, spx_word16_t);
190 ALLOC(corr, end-start+1, spx_word32_t);
197 ALLOC(energy, end-start+2, spx_word32_t);
198 ALLOC(corr, end-start+1, spx_word32_t);
203 ALLOC(best_score, N, spx_word32_t);
204 ALLOC(best_ener, N, spx_word32_t);
381 ALLOC(tmp1, 3*nsf, spx_word16_t);
382 ALLOC(e, nsf, spx_word16_t);
397 ALLOC(mm, p, spx_mem_t)
    [all...]
  /external/libopus/celt/
stack_alloc.h 82 * @def ALLOC(var, size, type)
94 #define ALLOC(var, size, type) type var[size]
106 # define ALLOC(var, size, type) var = ((type*)_alloca(sizeof(type)*(size)))
108 # define ALLOC(var, size, type) var = ((type*)alloca(sizeof(type)*(size)))
150 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type)
celt_decoder.c 372 ALLOC(scratch, noise_based?N*C:N, celt_sig);
389 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */
449 ALLOC( lp_pitch_buf, DECODE_BUFFER_SIZE>>1, opus_val16 );
462 ALLOC(etmp, overlap, opus_val32);
463 ALLOC(exc, MAX_PERIOD, opus_val16);
832 ALLOC(tf_res, nbEBands, int);
840 ALLOC(cap, nbEBands, int);
844 ALLOC(offsets, nbEBands, int);
877 ALLOC(fine_quant, nbEBands, int);
885 ALLOC(pulses, nbEBands, int)
    [all...]
celt_lpc.c 103 ALLOC(rnum, ord, opus_val16);
104 ALLOC(x, N+ord, opus_val16);
174 ALLOC(rden, ord, opus_val16);
175 ALLOC(y, N+ord, opus_val16);
240 ALLOC(xx, n, opus_val16);
celt_encoder.c 250 ALLOC(tmp, len, opus_val16);
569 ALLOC(metric, len, int);
570 ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
571 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
572 ALLOC(path0, len, int);
573 ALLOC(path1, len, int);
900 ALLOC(follower, C*nbEBands, opus_val16);
901 ALLOC(noise_floor, C*nbEBands, opus_val16);
1022 ALLOC(_pre, CC*(N+COMBFILTER_MAXPERIOD), celt_sig);
1036 ALLOC(pitch_buf, (COMBFILTER_MAXPERIOD+N)>>1, opus_val16)
    [all...]
  /external/libopus/silk/
NLSF_encode.c 72 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 );
decode_frame.c 54 ALLOC( psDecCtrl, 1, silk_decoder_control );
55 ALLOC( pulses, (L + SHELL_CODEC_FRAME_LENGTH - 1) &
encode_pulses.c 95 ALLOC( abs_pulses, iter * SHELL_CODEC_FRAME_LENGTH, opus_int );
105 ALLOC( sum_pulses, iter, opus_int );
106 ALLOC( nRshifts, iter, opus_int );
resampler_down2_3.c 51 ALLOC( buf, RESAMPLER_MAX_BATCH_SIZE_IN + ORDER_FIR, opus_int32 );
stereo_LR_to_MS.c 61 ALLOC( side, frame_length + 2, opus_int16 );
77 ALLOC( LP_mid, frame_length, opus_int16 );
78 ALLOC( HP_mid, frame_length, opus_int16 );
86 ALLOC( LP_side, frame_length, opus_int16 );
87 ALLOC( HP_side, frame_length, opus_int16 );
decode_core.c 57 ALLOC( sLTP, psDec->ltp_mem_length, opus_int16 );
58 ALLOC( sLTP_Q15, psDec->ltp_mem_length + psDec->frame_length, opus_int32 );
59 ALLOC( res_Q14, psDec->subfr_length, opus_int32 );
60 ALLOC( sLPC_Q14, psDec->subfr_length + MAX_LPC_ORDER, opus_int32 );
resampler_private_IIR_FIR.c 78 ALLOC( buf, 2 * S->batchSize + RESAMPLER_ORDER_FIR_12, opus_int16 );
  /external/libopus/silk/fixed/
residual_energy_FIX.c 59 ALLOC( LPC_res, ( MAX_NB_SUBFR >> 1 ) * offset, opus_int16 );
find_pred_coefs_FIX.c 76 ALLOC( LPC_in_pre,
87 ALLOC( WLTP, psEnc->sCmn.nb_subfr * LTP_ORDER * LTP_ORDER, opus_int32 );
pitch_analysis_core_FIX.c 140 ALLOC( frame_8kHz, frame_length_8kHz, opus_int16 );
154 ALLOC( frame_4kHz, frame_length_4kHz, opus_int16 );
179 ALLOC( C, nb_subfr * CSTRIDE_8KHZ, opus_int16 );
180 ALLOC( xcorr32, MAX_LAG_4KHZ-MIN_LAG_4KHZ+1, opus_int32 );
273 ALLOC( d_comp, D_COMP_STRIDE, opus_int16 );
470 ALLOC( scratch_mem, shift > 0 ? frame_length : ALLOC_NONE, opus_int16 );
519 ALLOC( energies_st3, nb_subfr * nb_cbk_search, silk_pe_stage3_vals );
520 ALLOC( cross_corr_st3, nb_subfr * nb_cbk_search, silk_pe_stage3_vals );
629 ALLOC( scratch_mem, SCRATCH_SIZE, opus_int32 );
630 ALLOC( xcorr32, SCRATCH_SIZE, opus_int32 )
    [all...]
  /external/mksh/src/
var.c 68 l = alloc(sizeof(struct block), ATEMP);
428 if ((vq->flag&ALLOC)) {
440 vq->flag &= ~(ISSET|ALLOC);
448 vq->flag |= ALLOC;
598 if (!(vq->flag & INTEGER) && (vq->flag & ALLOC)) {
599 vq->flag &= ~ALLOC;
628 p = alloc((psiz = nlen * /* MB_LEN_MAX */ 3 + 1), ATEMP);
698 char *op = (vp->flag&ALLOC) ? vp->val.s : NULL;
704 vp->flag |= ALLOC;
706 xp = alloc(namelen + 1 + vallen, vp->areap)
    [all...]

Completed in 1627 milliseconds

1 2 3