Improve WMOPS performance of ivas_dirac_dec_output_synthesis_process_slot_fx()
ivas_dirac_dec_output_synthesis_process_slot_fx() has a FOR loop with IF inside of it. Moving the IF outside would improve WMOPS performance.
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
ivas_dirac_dec_output_synthesis_process_slot_fx() has a FOR loop with IF inside of it. Moving the IF outside would improve WMOPS performance.