Resolve "Inverted FOA/HOA gate in MC->SBA conversion in ivas_dec_fx()"
Reason why this change is needed
- The condition on
intern_configis inverted.
Float code: run block ifintern_configis FOA or HOA2 or HOA3.
Fixed‑point code: run block ifintern_configis not FOA OR not HOA2 OR not HOA3
Description of the change
- replace the three NE_32 with EQ_32, in condition guarding the MC->SBA conversion(ivas_mc2sba_fx)
Affected operating points
- non-BE
Edited by Mohammadreza Naghibzadeh