Home | History | Annotate | Download | only in fixed

Lines Matching refs:ALLOC

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 );
700 ALLOC( scratch_mem, SCRATCH_SIZE, opus_int32 );