Loading lib_com/swb_bwe_com_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ Word32 calc_tilt_bwe_fx( /* o : Tilt in Q24 tmp1 = mult_ro( *ptr++, 8192 /*0.25 in Q15 */, &Overflow ); /* Divide by 4 */ L_ener = L_mac0_o( L_ener, tmp1, tmp1, &Overflow ); } #ifdef ISSUE_1799_replace_L_shr_o__ #ifdef ISSUE_1799_replace_L_shr_o /*Overflow will never happen because exp2 is always positive*/ L_ener = L_shr( L_ener, exp2 ); #else Loading Loading
lib_com/swb_bwe_com_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ Word32 calc_tilt_bwe_fx( /* o : Tilt in Q24 tmp1 = mult_ro( *ptr++, 8192 /*0.25 in Q15 */, &Overflow ); /* Divide by 4 */ L_ener = L_mac0_o( L_ener, tmp1, tmp1, &Overflow ); } #ifdef ISSUE_1799_replace_L_shr_o__ #ifdef ISSUE_1799_replace_L_shr_o /*Overflow will never happen because exp2 is always positive*/ L_ener = L_shr( L_ener, exp2 ); #else Loading