Home
last modified time | relevance | path

Searched refs:trigcache (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeexdsp/
Dsmallft.h33 float *trigcache; member
Dsmallft.c1236 drftf1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache); in spx_drft_forward()
1241 drftb1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache); in spx_drft_backward()
1247 l->trigcache=(float*)speex_alloc(3*n*sizeof(*l->trigcache)); in spx_drft_init()
1249 fdrffti(n, l->trigcache, l->splitcache); in spx_drft_init()
1256 if(l->trigcache) in spx_drft_clear()
1257 speex_free(l->trigcache); in spx_drft_clear()