Commit 8e52b023 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

cleanup

parent 4d365ea0
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -137,8 +137,7 @@ Word16 normalized_cross_correlation_self_fx( const Word16 *signal,
        BASOP_SATURATE_WARNING_OFF
#ifdef ISSUE_1751_replace_shl_ro
        Word16 op1 = add( normXY, normCC );
        // assert( op1 >= 0 ); /*FAILED*/
        // assert( op1 <= 0 ); /*FAILED*/
        /*Both shift directiosn possible*/
        if ( op1 >= 0 )
        {
            cc = shl_sat( cc, op1 );