Searched refs:ALLOC (Results 51 - 75 of 118) sorted by relevance

12345

/external/libopus/celt/
H A Dvq.c175 ALLOC(y, N, celt_norm);
176 ALLOC(iy, N, int);
177 ALLOC(signx, N, opus_val16);
333 ALLOC(iy, N, int);
H A Dcwrs.c667 ALLOC(u,_maxk+2U,opus_uint32);
682 ALLOC(u,_k+2U,opus_uint32);
692 ALLOC(u,_k+2U,opus_uint32);
H A Dpitch.c318 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);
H A Drate.c561 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/fixed/
H A Dprefilter_FIX.c114 ALLOC( x_filt_Q12, psEnc->sCmn.subfr_length, opus_int32 );
115 ALLOC( st_res_Q2, psEnc->sCmn.subfr_length, opus_int32 );
H A Dencode_frame_FIX.c126 ALLOC( res_pitch,
155 ALLOC( xfw_Q3, psEnc->sCmn.frame_length, opus_int32 );
177 ALLOC( ec_buf_copy, 1275, opus_uint8 );
H A Dfind_LPC_FIX.c87 ALLOC( LPC_res, 2 * subfr_length, opus_int16 );
H A Dfind_pitch_lags_FIX.c72 ALLOC( Wsig, psEnc->sCmn.pitch_LPC_win_length, opus_int16 );
/external/libopus/silk/fixed/
H A Dprefilter_FIX.c114 ALLOC( x_filt_Q12, psEnc->sCmn.subfr_length, opus_int32 );
115 ALLOC( st_res_Q2, psEnc->sCmn.subfr_length, opus_int32 );
H A Dencode_frame_FIX.c126 ALLOC( res_pitch,
155 ALLOC( xfw_Q3, psEnc->sCmn.frame_length, opus_int32 );
177 ALLOC( ec_buf_copy, 1275, opus_uint8 );
H A Dfind_LPC_FIX.c87 ALLOC( LPC_res, 2 * subfr_length, opus_int16 );
H A Dfind_pitch_lags_FIX.c72 ALLOC( Wsig, psEnc->sCmn.pitch_LPC_win_length, opus_int16 );
/external/mksh/src/
H A Dexec.c772 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) {
1180 tp->flag &= ~(ALLOC|ISSE
[all...]
/external/chromium_org/third_party/speex/libspeex/
H A Dfilters.c383 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/
H A Dfilters.c383 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/
H A Dcwrs.c667 ALLOC(u,_maxk+2U,opus_uint32);
682 ALLOC(u,_k+2U,opus_uint32);
692 ALLOC(u,_k+2U,opus_uint32);
H A Dpitch.c318 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);
H A Drate.c561 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/
H A Dcontrol_codec.c166 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 );
H A DNSQ_del_dec.c148 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 );
/external/libopus/silk/
H A Dcontrol_codec.c166 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 );
H A DNSQ_del_dec.c148 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 );
/external/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c312 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);
H A Dopus_multistream_encoder.c245 ALLOC(in, frame_size+overlap, opus_val32);
246 ALLOC(x, len, opus_val16);
247 ALLOC(freq, frame_size, opus_val32);
740 ALLOC(buf, 2*frame_size, opus_val16);
744 ALLOC(bandSMR, 21*st->layout.nb_channels, opus_val16);
/external/libopus/src/
H A Dopus_decoder.c312 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 429 milliseconds

12345