Lines Matching defs:AXFX_REVERBHI_EXP
174 typedef struct AXFX_REVERBHI_EXP struct
177 f32 *earlyLine[3];
178 u32 earlyPos[3];
179 u32 earlyLength;
180 u32 earlyMaxLength;
181 f32 earlyCoef[3];
182 f32 *preDelayLine[3];
183 u32 preDelayPos;
184 u32 preDelayLength;
185 u32 preDelayMaxLength;
186 f32 *combLine[3][3];
187 u32 combPos[3];
188 u32 combLength[3];
189 u32 combMaxLength[3];
190 f32 combCoef[3];
191 f32 *allpassLine[3][2];
192 u32 allpassPos[2];
193 u32 allpassLength[2];
194 u32 allpassMaxLength[2];
195 f32 *lastAllpassLine[3];
196 u32 lastAllpassPos[3];
197 u32 lastAllpassLength[3];
221 } AXFX_REVERBHI_EXP; argument