OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PICOFFTSG_FFTTYPE
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picofftsg.h
43
#define
PICOFFTSG_FFTTYPE
picoos_int32
45
extern void rdft(int n, int isgn,
PICOFFTSG_FFTTYPE
*a);
48
extern float norm_result(int m2,
PICOFFTSG_FFTTYPE
*tmpX,
PICOFFTSG_FFTTYPE
*norm_window);
picofftsg.c
61
- void cdft(picoos_int32, picoos_int32,
PICOFFTSG_FFTTYPE
*);
62
- void rdft(picoos_int32, picoos_int32,
PICOFFTSG_FFTTYPE
*);
63
- void ddct(picoos_int32, picoos_int32,
PICOFFTSG_FFTTYPE
*);
64
- void ddst(picoos_int32, picoos_int32,
PICOFFTSG_FFTTYPE
*);
65
- void dfct(picoos_int32,
PICOFFTSG_FFTTYPE
*);
66
- void dfst(picoos_int32,
PICOFFTSG_FFTTYPE
*);
86
- a[0...2*n-1] :input/output data (
PICOFFTSG_FFTTYPE
*)
122
- a[0...n-1] :input/output data (
PICOFFTSG_FFTTYPE
*)
159
- a[0...n-1] :input/output data (
PICOFFTSG_FFTTYPE
*)
188
- a[0...n-1] :input/output data (
PICOFFTSG_FFTTYPE
*)
[
all
...]
Completed in 216 milliseconds