/external/libvorbis/lib/ |
smallft.h | 25 float *trigcache; member in struct:__anon22901
|
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); 1244 l->trigcache=_ogg_calloc(3*n,sizeof(*l->trigcache)); 1246 fdrffti(n, l->trigcache, l->splitcache); 1251 if(l->trigcache)_ogg_free(l->trigcache);
|
/external/speex/libspeex/ |
smallft.h | 33 float *trigcache; member in struct:drft_lookup
|
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); 1247 l->trigcache=(float*)speex_alloc(3*n*sizeof(*l->trigcache)); 1249 fdrffti(n, l->trigcache, l->splitcache); 1256 if(l->trigcache) 1257 speex_free(l->trigcache);
|