Searched refs:trigcache (Results 1 – 4 of 4) sorted by relevance
/external/libvorbis/lib/ |
D | smallft.h | 25 float *trigcache; member
|
D | smallft.c | 1234 drftf1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache); in drft_forward() 1239 drftb1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache); in drft_backward() 1244 l->trigcache=_ogg_calloc(3*n,sizeof(*l->trigcache)); in drft_init() 1246 fdrffti(n, l->trigcache, l->splitcache); in drft_init() 1251 if(l->trigcache)_ogg_free(l->trigcache); in drft_clear()
|
/external/speex/libspeex/ |
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()
|