Commit 158033e3 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

swb_bwe_com.c variable update.

parent 98f539f8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1567,7 +1567,7 @@ void SWB_BWE_decoding_fx(
#endif
#else
#ifdef BASOP_NOGLOB
        EnergyL_16 = round_fx_sat( L_shl_sat( L_tmp, add( exp, 4 ) ) );                                     /* Q3 */
        Energy_16 = round_fx_sat( L_shl_sat( L_tmp, add( exp, 4 ) ) );                                     /* Q3 */
#else
        EnergyL_16 = round_fx( L_shl( L_tmp, add( exp, 4 ) ) ); /*Q3 */
#endif