Home | History | Annotate | Download | only in libspeex

Lines Matching defs:speex_alloc

66 static void *speex_alloc (int size) {return calloc(size,1);}
596 st->sinc_table = (spx_word16_t *)speex_alloc(st->filt_len*st->den_rate*sizeof(spx_word16_t));
622 st->sinc_table = (spx_word16_t *)speex_alloc((st->filt_len*st->oversample+8)*sizeof(spx_word16_t));
651 st->mem = (spx_word16_t*)speex_alloc(st->nb_channels*st->mem_alloc_size * sizeof(spx_word16_t));
744 st = (SpeexResamplerState *)speex_alloc(sizeof(SpeexResamplerState));
770 st->last_sample = (spx_int32_t*)speex_alloc(nb_channels*sizeof(int));
771 st->magic_samples = (spx_uint32_t*)speex_alloc(nb_channels*sizeof(int));
772 st->samp_frac_num = (spx_uint32_t*)speex_alloc(nb_channels*sizeof(int));