Loading lib_com/tools_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -3300,7 +3300,7 @@ Word32 Calc_Energy_Autoscaled( /* o: Result (Energy) temp = mult_ro( *signal++, 16384, &Overflow ); L_temp = L_mac0_o( L_temp, temp, temp, &Overflow ); } #ifdef ISSUE_1799_replace_L_shr_o__ #ifdef ISSUE_1799_replace_L_shr_o /*Overfloe will never happen because temp2 is always positive*/ L_temp = L_shr( L_temp, temp2 ); #else Loading Loading
lib_com/tools_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -3300,7 +3300,7 @@ Word32 Calc_Energy_Autoscaled( /* o: Result (Energy) temp = mult_ro( *signal++, 16384, &Overflow ); L_temp = L_mac0_o( L_temp, temp, temp, &Overflow ); } #ifdef ISSUE_1799_replace_L_shr_o__ #ifdef ISSUE_1799_replace_L_shr_o /*Overfloe will never happen because temp2 is always positive*/ L_temp = L_shr( L_temp, temp2 ); #else Loading