Searched refs:splitcache (Results 1 – 4 of 4) sorted by relevance
/external/libvorbis/lib/ |
D | smallft.h | 26 int *splitcache; 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() 1245 l->splitcache=_ogg_calloc(32,sizeof(*l->splitcache)); in drft_init() 1246 fdrffti(n, l->trigcache, l->splitcache); in drft_init() 1252 if(l->splitcache)_ogg_free(l->splitcache); in drft_clear()
|
/external/speex/libspeex/ |
D | smallft.h | 34 int *splitcache; 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() 1248 l->splitcache=(int*)speex_alloc(32*sizeof(*l->splitcache)); in spx_drft_init() 1249 fdrffti(n, l->trigcache, l->splitcache); in spx_drft_init() 1258 if(l->splitcache) in spx_drft_clear() 1259 speex_free(l->splitcache); in spx_drft_clear()
|