OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drft_init
(Results
1 - 4
of
4
) sorted by null
/external/libvorbis/lib/
smallft.h
31
extern void
drft_init
(drft_lookup *l,int n);
block.c
213
drft_init
(&b->fft_look[0],ci->blocksizes[0]);
214
drft_init
(&b->fft_look[1],ci->blocksizes[1]);
psytune.c
288
drft_init
(&f_look,framesize);
smallft.c
1242
void
drft_init
(drft_lookup *l,int n){
function
Completed in 281 milliseconds