Lines Matching defs:AXFX_REVERBSTD_EXP_DPL2
492 typedef struct AXFX_REVERBSTD_EXP_DPL2 struct
495 f32 *earlyLine[4];
496 u32 earlyPos;
497 u32 earlyLength;
498 u32 earlyMaxLength;
499 f32 earlyCoef;
500 f32 *preDelayLine[4];
501 u32 preDelayPos;
502 u32 preDelayLength;
503 u32 preDelayMaxLength;
504 f32 *combLine[4][2];
505 u32 combPos[2];
506 u32 combLength[2];
507 u32 combMaxLength[2];
508 f32 combCoef[2];
509 f32 *allpassLine[4][2];
510 u32 allpassPos[2];
534 } AXFX_REVERBSTD_EXP_DPL2; argument