Lines Matching defs:AXFX_REVERBHI_EXP_DPL2
252 typedef struct AXFX_REVERBHI_EXP_DPL2 struct
255 f32 *earlyLine[4];
256 u32 earlyPos[3];
257 u32 earlyLength;
258 u32 earlyMaxLength;
259 f32 earlyCoef[3];
260 f32 *preDelayLine[4];
261 u32 preDelayPos;
262 u32 preDelayLength;
263 u32 preDelayMaxLength;
264 f32 *combLine[4][3];
265 u32 combPos[3];
266 u32 combLength[3];
267 u32 combMaxLength[3];
268 f32 combCoef[3];
269 f32 *allpassLine[4][2];
270 u32 allpassPos[2];
271 u32 allpassLength[2];
272 u32 allpassMaxLength[2];
273 f32 *lastAllpassLine[4];
274 u32 lastAllpassPos[4];
275 u32 lastAllpassLength[4];
299 } AXFX_REVERBHI_EXP_DPL2; argument