Home | History | Annotate | Download | only in include

Lines Matching refs:FIXP_WTP

112 extern const FIXP_WTP SineWindow1024[];
113 extern const FIXP_WTP KBDWindow1024[];
114 extern const FIXP_WTP SineWindow128[];
115 extern const FIXP_WTP KBDWindow128[];
117 extern const FIXP_WTP SineWindow960[];
118 extern const FIXP_WTP KBDWindow960[];
119 extern const FIXP_WTP SineWindow120[];
120 extern const FIXP_WTP KBDWindow120[];
123 extern const FIXP_WTP SineWindow512[];
125 extern const FIXP_WTP SineWindow480[];
130 extern const FIXP_WTP SineWindow64[];
131 extern const FIXP_WTP SineWindow32[];
138 extern const FIXP_WTP *const windowSlopes[2][3][9];
147 const FIXP_WTP * FDKgetWindowSlope(int length, int shape);
149 extern const FIXP_WTP sin_twiddle_L64[];