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

1 2 34 5

  /external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c 245 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);
    [all...]
analysis.c 249 ALLOC(in, 480, kiss_fft_cpx);
250 ALLOC(out, 480, kiss_fft_cpx);
251 ALLOC(tonality, 240, float);
252 ALLOC(noisiness, 240, float);
opus_encoder.c 666 ALLOC(sub, subframe, opus_val32);
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 245 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);
    [all...]
analysis.c 249 ALLOC(in, 480, kiss_fft_cpx);
250 ALLOC(out, 480, kiss_fft_cpx);
251 ALLOC(tonality, 240, float);
252 ALLOC(noisiness, 240, float);
opus_encoder.c 666 ALLOC(sub, subframe, opus_val32);
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
quant_bands.c 298 ALLOC(oldEBands_intra, C*m->nbEBands, opus_val16);
299 ALLOC(error_intra, C*m->nbEBands, opus_val16);
329 ALLOC(intra_bits, save_bytes, unsigned char);
  /external/chromium_org/third_party/opus/src/silk/
NSQ.c 114 ALLOC( sLTP_Q15,
116 ALLOC( sLTP, psEncC->ltp_mem_length + psEncC->frame_length, opus_int16 );
117 ALLOC( x_sc_Q10, psEncC->subfr_length, opus_int32 );
PLC.c 190 ALLOC( exc_buf, 2*psPLC->subfr_length, opus_int16 );
191 ALLOC( sLTP, psDec->ltp_mem_length, opus_int16 );
192 ALLOC( sLTP_Q14, psDec->ltp_mem_length + psDec->frame_length, opus_int32 );
dec_API.c 254 ALLOC( samplesOut1_tmp_storage,
307 ALLOC( samplesOut2_tmp,
CNG.c 129 ALLOC( CNG_sig_Q10, length + MAX_LPC_ORDER, opus_int32 );
resampler_private_down_FIR.c 159 ALLOC( buf, S->batchSize + S->FIR_Order, opus_int32 );
VAD.c 125 ALLOC( X, X_offset[ 3 ] + decimated_framelength1, opus_int16 );
  /external/libopus/celt/
quant_bands.c 298 ALLOC(oldEBands_intra, C*m->nbEBands, opus_val16);
299 ALLOC(error_intra, C*m->nbEBands, opus_val16);
329 ALLOC(intra_bits, save_bytes, unsigned char);
  /external/libopus/silk/
NSQ.c 114 ALLOC( sLTP_Q15,
116 ALLOC( sLTP, psEncC->ltp_mem_length + psEncC->frame_length, opus_int16 );
117 ALLOC( x_sc_Q10, psEncC->subfr_length, opus_int32 );
PLC.c 190 ALLOC( exc_buf, 2*psPLC->subfr_length, opus_int16 );
191 ALLOC( sLTP, psDec->ltp_mem_length, opus_int16 );
192 ALLOC( sLTP_Q14, psDec->ltp_mem_length + psDec->frame_length, opus_int32 );
dec_API.c 254 ALLOC( samplesOut1_tmp_storage,
307 ALLOC( samplesOut2_tmp,
CNG.c 129 ALLOC( CNG_sig_Q10, length + MAX_LPC_ORDER, opus_int32 );
resampler_private_down_FIR.c 159 ALLOC( buf, S->batchSize + S->FIR_Order, opus_int32 );
  /external/chromium_org/third_party/opus/src/silk/fixed/
solve_LS_FIX.c 89 ALLOC( L_Q16, M * M, opus_int32 );
  /external/libopus/silk/fixed/
solve_LS_FIX.c 89 ALLOC( L_Q16, M * M, opus_int32 );
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 111 #ifndef ALLOC
112 # define ALLOC(size) (malloc(size))
430 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
498 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
755 s=(unz64_s*)ALLOC(sizeof(unz64_s));
    [all...]
zip.c 61 #ifndef ALLOC
62 # define ALLOC(size) (malloc(size))
193 ALLOC(sizeof(linkedlist_datablock_internal));
497 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
560 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
801 pziinit->globalcomment = (char*)ALLOC(size_comment+1);
815 void* buf_read = (void*)ALLOC(buf_size);
883 zi = (zip64_internal*)ALLOC(sizeof(zip64_internal));
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.c 111 #ifndef ALLOC
112 # define ALLOC(size) (malloc(size))
430 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
498 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
755 s=(unz64_s*)ALLOC(sizeof(unz64_s));
    [all...]
zip.c 61 #ifndef ALLOC
62 # define ALLOC(size) (malloc(size))
193 ALLOC(sizeof(linkedlist_datablock_internal));
497 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
560 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
801 pziinit->globalcomment = (char*)ALLOC(size_comment+1);
815 void* buf_read = (void*)ALLOC(buf_size);
883 zi = (zip64_internal*)ALLOC(sizeof(zip64_internal));
    [all...]

Completed in 2614 milliseconds

1 2 34 5