Commit f207d2d2 authored by JÜRGEN Gerstacker's avatar JÜRGEN Gerstacker
Browse files

test with assert(0)

parent 65ed469a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 );
@@ -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 );