Searched refs:splitcache (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.h26 int *splitcache; 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);
1245 l->splitcache=_ogg_calloc(32,sizeof(*l->splitcache));
1246 fdrffti(n, l->trigcache, l->splitcache);
1252 if(l->splitcache)_ogg_free(l->splitcache);

Completed in 158 milliseconds