Resolve "Inverted FOA/HOA gate in MC->SBA conversion in ivas_dec_fx()"

Reason why this change is needed

  • The condition on intern_config is inverted.
    Float code: run block if intern_config is FOA or HOA2 or HOA3.
    Fixed‑point code: run block if intern_config is 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

Merge request reports

Loading