[non-BE] Resolve "Indexing bug in MASA/McMASA function reduce_metadata_further"
- Related issues: #1174 (closed)
- Requested reviewers: @pihlajakuja
Reason why this change is needed
- In one of the paths of function
reduce_metadata_further
, there is an indexing bug where same variable is used in an inner loop and outer loop.
Description of the change
- A simple correction is to remove the inner loop (but not the code within it) as it functions correctly then.
Affected operating points
- This fix causes non-BE bitstream (and thus output) for MC bitrates of 16.4 and 24.4 kbps.
- It is still backwards compatible as only the transmitted values change.