Lines Matching defs:AXFX_REVERBSTD_EXP_DPL2
508 typedef struct AXFX_REVERBSTD_EXP_DPL2 struct
511 f32 *earlyLine[4];
512 u32 earlyPos;
513 u32 earlyLength;
514 u32 earlyMaxLength;
515 f32 earlyCoef;
516 f32 *preDelayLine[4];
517 u32 preDelayPos;
518 u32 preDelayLength;
519 u32 preDelayMaxLength;
520 f32 *combLine[4][2];
521 u32 combPos[2];
522 u32 combLength[2];
523 u32 combMaxLength[2];
524 f32 combCoef[2];
525 f32 *allpassLine[4][2];
526 u32 allpassPos[2];
550 } AXFX_REVERBSTD_EXP_DPL2; argument