Lines Matching defs:AXFX_REVERBHI_EXP
190 typedef struct AXFX_REVERBHI_EXP struct
193 f32 *earlyLine[3];
194 u32 earlyPos[3];
195 u32 earlyLength;
196 u32 earlyMaxLength;
197 f32 earlyCoef[3];
198 f32 *preDelayLine[3];
199 u32 preDelayPos;
200 u32 preDelayLength;
201 u32 preDelayMaxLength;
202 f32 *combLine[3][3];
203 u32 combPos[3];
204 u32 combLength[3];
205 u32 combMaxLength[3];
206 f32 combCoef[3];
207 f32 *allpassLine[3][2];
208 u32 allpassPos[2];
209 u32 allpassLength[2];
210 u32 allpassMaxLength[2];
211 f32 *lastAllpassLine[3];
212 u32 lastAllpassPos[3];
213 u32 lastAllpassLength[3];
237 } AXFX_REVERBHI_EXP; argument