OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitcache
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
smallft.h
34
int *
splitcache
;
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
);
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 166 milliseconds