Commit af3a0391 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fixed arithmetic symbol

parent d1778e95
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -914,7 +914,7 @@ void ivas_dirac_dec_output_synthesis_process_slot_fx(
                        IF( reference_power[k + num_freq_bands] == 0 )
                        {
                            sqr_inp = Mpy_32_32( diffuseness[k], c );
                            sqr_exp = sub( 31 - 4, q_diffuseness );
                            sqr_exp = sub( 31 + 4, q_diffuseness );
                        }
                        ELSE
                        {