Commit 97ac5669 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fix instrumentation

parent 7cdd9045
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 ) )
            {