OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mdct_butterfly_generic
(Results
1 - 2
of
2
) sorted by null
/external/libvorbis/lib/
mdct.c
264
STIN void
mdct_butterfly_generic
(DATA_TYPE *T,
function
331
mdct_butterfly_generic
(T,x+(points>>i)*j,points>>i,4<<i);
/external/tremolo/Tremolo/
mdct.c
197
STIN void
mdct_butterfly_generic
(DATA_TYPE *x,int points,int step){
function
236
mdct_butterfly_generic
(x+(points>>i)*j,points>>i,4<<(i+shift));
Completed in 60 milliseconds