Loading lib_com/ivas_arith_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,6 @@ UWord16 ivas_ari_decode_14bits_bit_ext_1_lfe( test(); IF( GE_32( low, ari_q1new ) && LT_32( high, ari_q3new ) ) { assert( 0 ); value = UL_subNsD( value, ari_q1new ); low = UL_subNsD( low, ari_q1new ); high = UL_subNsD( high, ari_q1new ); Loading Loading @@ -226,6 +225,7 @@ Word16 ivas_ari_decode_14bits_bit_ext_1_lfe( test(); IF( GE_32( low, ari_q1new ) && LT_32( high, ari_q3new ) ) { assert( 0 ); value = L_sub( value, ari_q1new ); low = L_sub( low, ari_q1new ); high = L_sub( high, ari_q1new ); Loading Loading
lib_com/ivas_arith_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,6 @@ UWord16 ivas_ari_decode_14bits_bit_ext_1_lfe( test(); IF( GE_32( low, ari_q1new ) && LT_32( high, ari_q3new ) ) { assert( 0 ); value = UL_subNsD( value, ari_q1new ); low = UL_subNsD( low, ari_q1new ); high = UL_subNsD( high, ari_q1new ); Loading Loading @@ -226,6 +225,7 @@ Word16 ivas_ari_decode_14bits_bit_ext_1_lfe( test(); IF( GE_32( low, ari_q1new ) && LT_32( high, ari_q3new ) ) { assert( 0 ); value = L_sub( value, ari_q1new ); low = L_sub( low, ari_q1new ); high = L_sub( high, ari_q1new ); Loading