Loading lib_dec/jbm_pcmdsp_similarityestimation_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ Word16 normalized_cross_correlation_self_fx( const Word16 *signal, #ifdef ISSUE_1751_replace_shl_ro Word16 op1 = add( normXY, normCC ); // assert( op1 >= 0 ); /*FAILED*/ assert( op1 <= 0 ); // assert( op1 <= 0 ); /*FAILED*/ if ( op1 >= 0 ) { cc = shl_sat( cc, op1 ); Loading Loading
lib_dec/jbm_pcmdsp_similarityestimation_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ Word16 normalized_cross_correlation_self_fx( const Word16 *signal, #ifdef ISSUE_1751_replace_shl_ro Word16 op1 = add( normXY, normCC ); // assert( op1 >= 0 ); /*FAILED*/ assert( op1 <= 0 ); // assert( op1 <= 0 ); /*FAILED*/ if ( op1 >= 0 ) { cc = shl_sat( cc, op1 ); Loading