Searched refs:splitcache (Results 1 - 4 of 4) sorted by relevance
/external/libvorbis/lib/ |
H A D | smallft.h | 26 int *splitcache; member in struct:__anon20513
|
H A D | smallft.c | 1234 drftf1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache); 1239 drftb1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache); 1245 l->splitcache=_ogg_calloc(32,sizeof(*l->splitcache)); 1246 fdrffti(n, l->trigcache, l->splitcache); 1252 if(l->splitcache)_ogg_free(l->splitcache);
|
/external/speex/libspeex/ |
H A D | smallft.h | 34 int *splitcache; member in struct:drft_lookup
|
H A D | smallft.c | 1236 drftf1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache); 1241 drftb1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache); 1248 l->splitcache=(int*)speex_alloc(32*sizeof(*l->splitcache)); 1249 fdrffti(n, l->trigcache, l->splitcache); 1258 if(l->splitcache) 1259 speex_free(l->splitcache);
|
Completed in 724 milliseconds