Lines Matching defs:AXFX_REVERBHI_EXP_DPL2
236 typedef struct AXFX_REVERBHI_EXP_DPL2 struct
239 f32 *earlyLine[4];
240 u32 earlyPos[3];
241 u32 earlyLength;
242 u32 earlyMaxLength;
243 f32 earlyCoef[3];
244 f32 *preDelayLine[4];
245 u32 preDelayPos;
246 u32 preDelayLength;
247 u32 preDelayMaxLength;
248 f32 *combLine[4][3];
249 u32 combPos[3];
250 u32 combLength[3];
251 u32 combMaxLength[3];
252 f32 combCoef[3];
253 f32 *allpassLine[4][2];
254 u32 allpassPos[2];
255 u32 allpassLength[2];
256 u32 allpassMaxLength[2];
257 f32 *lastAllpassLine[4];
258 u32 lastAllpassPos[4];
259 u32 lastAllpassLength[4];
283 } AXFX_REVERBHI_EXP_DPL2; argument