Resolve "USAN: index out of bounds in ivas_dirac_dec.c for OSBA to BINAURAL_ROOM* decoding with head rotation at bitrates >=256kbps"
requested to merge 1060-usan-index-out-of-bounds-in-ivas_dirac_dec-c-for-osba-to-binaural_room-decoding-with-head into main
- Related issues: #1060 (closed)
- Requested reviewers: @bayers @kiene
Reason why this change is needed
out-of-bounds access found in rendering of objects into HOA3 for fastconv BINAURAL rendering by undefined-behavior sanitizer
Description of the change
correct array indices
Affected operating points
should be BE because, while the indexing was formally incorrect, the values ended up in the right memory location
Edited by Dominik Weckbecker