Draft: issue 2622: [DO NOT MERGE]: "Missing sum in function stereo_dft_enc_update()"
- Related issues: #2622 (closed)
- Requested reviewers: @multrus
Reason why this change is needed
- This change tries to figure out if the fixed point implementation actually diverges from floating point in cases evaluated by the pipeline.
Description of the change
- A similar calculation like that of floating point is implemented in fixed point and a rigged assert is chosen. If the values diverge, the assert will trigger.
Affected operating points
- expected behavior is unknown.