Home | History | Annotate | Download | only in celt

Lines Matching refs:ALLOC

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);
886 ALLOC(fine_priority, nbEBands, int);
895 ALLOC(collapse_masks, C*nbEBands, unsigned char);
896 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */
914 ALLOC(freq, IMAX(CC,C)*N, celt_sig); /**< Interleaved signal MDCTs */
1047 ALLOC(out, C*N, opus_int16);
1076 ALLOC(out, C*N, celt_sig);