Commit 1f859867 authored by vaillancour's avatar vaillancour
Browse files

Fix inconsistencies on variable naming depending of activated switch

parent dc58ef3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1548,10 +1548,10 @@ void SWB_BWE_decoding_fx(
#ifdef BASOP_NOGLOB
		EnergyL_16 = round_fx_sat(L_shl_sat(L_tmp, add(exp, 4))); /* Q3 */
#else
		Energy_16 = round_fx(L_shl(L_tmp,add(exp,4))); /*Q3 */
        EnergyL_16 = round_fx( L_shl( L_tmp, add( exp, 4 ) ) ); /*Q3 */
#endif
#else
		Energy_16 = round_fx(L_shl(L_tmp, add(exp, 4))); /*Q3 */
        EnergyL_16 = round_fx( L_shl( L_tmp, add( exp, 4 ) ) );  /*Q3 */
#endif // EVS_FLOAT

		IF(NE_16(last_extl, SWB_BWE) && NE_16(last_extl,FB_BWE))