Commit 79439365 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

lib_dec\jbm_pcmdsp_similarityestimation_fx.c : activate change

parent b1135fac
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ Word16 normalized_cross_correlation_self_fx( const Word16 *signal,
        normCC = add( normCC, 16 );
        /* scale to Q15 with saturation */
        BASOP_SATURATE_WARNING_OFF
#ifdef ISSUE_1751_replace_shl_ro_
#ifdef ISSUE_1751_replace_shl_ro
        cc = shr_r_sat( cc, negate( add( normXY, normCC ) ) );
#else
        Flag Overflow;