HomeSort by relevance Sort by last modified time
    Searched refs:ALLOC (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /external/libopus/celt/
vq.c 175 ALLOC(y, N, celt_norm);
176 ALLOC(iy, N, int);
177 ALLOC(signx, N, opus_val16);
333 ALLOC(iy, N, int);
cwrs.c 667 ALLOC(u,_maxk+2U,opus_uint32);
682 ALLOC(u,_k+2U,opus_uint32);
692 ALLOC(u,_k+2U,opus_uint32);
pitch.c 318 ALLOC(x_lp4, len>>2, opus_val16);
319 ALLOC(y_lp4, lag>>2, opus_val16);
320 ALLOC(xcorr, max_pitch>>1, opus_val32);
428 ALLOC(yy_lookup, maxperiod+1, opus_val32);
rate.c 561 ALLOC(bits1, len, int);
562 ALLOC(bits2, len, int);
563 ALLOC(thresh, len, int);
564 ALLOC(trim_offset, len, int);
  /art/test/004-ThreadStress/src/
Main.java 34 ALLOC(60),
243 case ALLOC: {
  /external/chromium_org/third_party/opus/src/silk/fixed/
prefilter_FIX.c 114 ALLOC( x_filt_Q12, psEnc->sCmn.subfr_length, opus_int32 );
115 ALLOC( st_res_Q2, psEnc->sCmn.subfr_length, opus_int32 );
encode_frame_FIX.c 126 ALLOC( res_pitch,
155 ALLOC( xfw_Q3, psEnc->sCmn.frame_length, opus_int32 );
177 ALLOC( ec_buf_copy, 1275, opus_uint8 );
find_LPC_FIX.c 87 ALLOC( LPC_res, 2 * subfr_length, opus_int16 );
find_pitch_lags_FIX.c 72 ALLOC( Wsig, psEnc->sCmn.pitch_LPC_win_length, opus_int16 );
  /external/libopus/silk/fixed/
prefilter_FIX.c 114 ALLOC( x_filt_Q12, psEnc->sCmn.subfr_length, opus_int32 );
115 ALLOC( st_res_Q2, psEnc->sCmn.subfr_length, opus_int32 );
encode_frame_FIX.c 126 ALLOC( res_pitch,
155 ALLOC( xfw_Q3, psEnc->sCmn.frame_length, opus_int32 );
177 ALLOC( ec_buf_copy, 1275, opus_uint8 );
find_LPC_FIX.c 87 ALLOC( LPC_res, 2 * subfr_length, opus_int16 );
find_pitch_lags_FIX.c 72 ALLOC( Wsig, psEnc->sCmn.pitch_LPC_win_length, opus_int16 );
  /external/mksh/src/
exec.c 110 dp = alloc(z * 2 + n, ATEMP);
772 if (tp->flag & ALLOC) {
773 tp->flag &= ~ALLOC;
1022 if (tp->flag & ALLOC) {
1023 tp->flag &= ~(ISSET|ALLOC);
1034 tp->flag |= (ISSET|ALLOC);
1117 if (tp->flag & ALLOC) {
1118 tp->flag &= ~ALLOC;
1146 tp->flag |= ISSET|ALLOC;
1179 if (tp->flag&ALLOC) {
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
filters.c 383 ALLOC(mem, ord, spx_mem_t);
395 ALLOC(mem, ord, spx_mem_t);
412 ALLOC(mem1, ord, spx_mem_t);
413 ALLOC(mem2, ord, spx_mem_t);
448 ALLOC(a, M, spx_word16_t);
449 ALLOC(x, N+M-1, spx_word16_t);
489 ALLOC(xx1, M2+N2, spx_word16_t);
490 ALLOC(xx2, M2+N2, spx_word16_t);
707 ALLOC(iexc, 2*nsf, spx_word16_t);
  /external/speex/libspeex/
filters.c 383 ALLOC(mem, ord, spx_mem_t);
395 ALLOC(mem, ord, spx_mem_t);
412 ALLOC(mem1, ord, spx_mem_t);
413 ALLOC(mem2, ord, spx_mem_t);
448 ALLOC(a, M, spx_word16_t);
449 ALLOC(x, N+M-1, spx_word16_t);
489 ALLOC(xx1, M2+N2, spx_word16_t);
490 ALLOC(xx2, M2+N2, spx_word16_t);
707 ALLOC(iexc, 2*nsf, spx_word16_t);
  /external/chromium_org/third_party/opus/src/celt/
cwrs.c 667 ALLOC(u,_maxk+2U,opus_uint32);
682 ALLOC(u,_k+2U,opus_uint32);
692 ALLOC(u,_k+2U,opus_uint32);
pitch.c 318 ALLOC(x_lp4, len>>2, opus_val16);
319 ALLOC(y_lp4, lag>>2, opus_val16);
320 ALLOC(xcorr, max_pitch>>1, opus_val32);
428 ALLOC(yy_lookup, maxperiod+1, opus_val32);
rate.c 561 ALLOC(bits1, len, int);
562 ALLOC(bits2, len, int);
563 ALLOC(thresh, len, int);
564 ALLOC(trim_offset, len, int);
  /external/chromium_org/third_party/opus/src/silk/
control_codec.c 166 ALLOC( x_bufFIX, silk_max( old_buf_samples, new_buf_samples ),
172 ALLOC( temp_resampler_state, 1, silk_resampler_state_struct );
179 ALLOC( x_buf_API_fs_Hz, api_buf_samples, opus_int16 );
NSQ_del_dec.c 148 ALLOC( psDelDec, psEncC->nStatesDelayedDecision, NSQ_del_dec_struct );
183 ALLOC( sLTP_Q15,
185 ALLOC( sLTP, psEncC->ltp_mem_length + psEncC->frame_length, opus_int16 );
186 ALLOC( x_sc_Q10, psEncC->subfr_length, opus_int32 );
187 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 );
348 ALLOC( psSampleState, nStatesDelayedDecision, NSQ_sample_pair );
    [all...]
  /external/libopus/silk/
control_codec.c 166 ALLOC( x_bufFIX, silk_max( old_buf_samples, new_buf_samples ),
172 ALLOC( temp_resampler_state, 1, silk_resampler_state_struct );
179 ALLOC( x_buf_API_fs_Hz, api_buf_samples, opus_int16 );
NSQ_del_dec.c 148 ALLOC( psDelDec, psEncC->nStatesDelayedDecision, NSQ_del_dec_struct );
183 ALLOC( sLTP_Q15,
185 ALLOC( sLTP, psEncC->ltp_mem_length + psEncC->frame_length, opus_int16 );
186 ALLOC( x_sc_Q10, psEncC->subfr_length, opus_int32 );
187 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 );
348 ALLOC( psSampleState, nStatesDelayedDecision, NSQ_sample_pair );
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 312 ALLOC(pcm_transition_celt, pcm_transition_celt_size, opus_val16);
329 ALLOC(pcm_silk, pcm_silk_size, opus_int16);
448 ALLOC(pcm_transition_silk, pcm_transition_silk_size, opus_val16);
458 ALLOC(redundant_audio, redundant_audio_size, opus_val16);
720 ALLOC(out, frame_size*st->channels, opus_int16);
748 ALLOC(out, frame_size*st->channels, float);
  /external/libopus/src/
opus_decoder.c 312 ALLOC(pcm_transition_celt, pcm_transition_celt_size, opus_val16);
329 ALLOC(pcm_silk, pcm_silk_size, opus_int16);
448 ALLOC(pcm_transition_silk, pcm_transition_silk_size, opus_val16);
458 ALLOC(redundant_audio, redundant_audio_size, opus_val16);
720 ALLOC(out, frame_size*st->channels, opus_int16);
748 ALLOC(out, frame_size*st->channels, float);

Completed in 2277 milliseconds

1 23 4 5