Home
last modified time | relevance | path

Searched refs:lsx_Calloc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dvad.c120 lsx_Calloc(p->samples, p->samplesLen_ns); in start()
122 lsx_Calloc(p->channels, effp->in_signal.channels); in start()
125 lsx_Calloc(c->dftBuf, p->dftLen_ws); in start()
126 lsx_Calloc(c->spectrum, p->dftLen_ws); in start()
127 lsx_Calloc(c->noiseSpectrum, p->dftLen_ws); in start()
128 lsx_Calloc(c->measures, p->measuresLen); in start()
131 lsx_Calloc(p->spectrumWindow, p->measureLen_ws); in start()
141 lsx_Calloc(p->cepstrumWindow, p->spectrumEnd - p->spectrumStart); in start()
H A Dxmalloc.h31 #define lsx_Calloc(v,n) v = lsx_calloc(n,sizeof(*(v))) macro
H A Dtrim.c44 lsx_Calloc(p->pos, p->num_pos); in parse()