Loading lib_enc/swb_bwe_enc_lr_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -179,8 +179,6 @@ static Word16 GetSubbandCorrIndex2_har_fx( /* o : x has to be MAX_32 and y has to be 0 So, a saturated overflow has occured if the result is MAX_32 and y is != 0 THe case MIN_32 with negative x is not valid since x is calculated by square */ Overflow = 0; move32(); test(); IF( L_corr_sq == MAX_32 && ( exp_norm < 0 ) ) { Loading Loading
lib_enc/swb_bwe_enc_lr_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -179,8 +179,6 @@ static Word16 GetSubbandCorrIndex2_har_fx( /* o : x has to be MAX_32 and y has to be 0 So, a saturated overflow has occured if the result is MAX_32 and y is != 0 THe case MIN_32 with negative x is not valid since x is calculated by square */ Overflow = 0; move32(); test(); IF( L_corr_sq == MAX_32 && ( exp_norm < 0 ) ) { Loading