Searched refs:trigcache (Results 1 – 2 of 2) sorted by relevance
/external/speex/libspeexdsp/ |
D | smallft.h | 33 float *trigcache; member
|
D | smallft.c | 1236 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()
|