Lines Matching refs:ALLOC
281 ALLOC(scratch, N, celt_sig); in deemphasis()
382 ALLOC(freq, N, celt_sig); /**< Interleaved signal MDCTs */ in celt_synthesis()
485 ALLOC( lp_pitch_buf, DECODE_BUFFER_SIZE>>1, opus_val16 ); in celt_plc_pitch_search()
552 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */ in celt_decode_lost()
611 ALLOC(etmp, overlap, opus_val32); in celt_decode_lost()
612 ALLOC(_exc, MAX_PERIOD+LPC_ORDER, opus_val16); in celt_decode_lost()
613 ALLOC(fir_tmp, exc_length, opus_val16); in celt_decode_lost()
1006 ALLOC(tf_res, nbEBands, int);
1014 ALLOC(cap, nbEBands, int);
1018 ALLOC(offsets, nbEBands, int);
1051 ALLOC(fine_quant, nbEBands, int);
1059 ALLOC(pulses, nbEBands, int);
1060 ALLOC(fine_priority, nbEBands, int);
1073 ALLOC(collapse_masks, C*nbEBands, unsigned char);
1080 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */
1203 ALLOC(out, C*N, opus_int16);
1232 ALLOC(out, C*N, celt_sig);