Searched refs:trigcache (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsmallft.h25 float *trigcache; member in struct:__anon4049
H A Dsmallft.c1234 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);

Completed in 111 milliseconds