Commit abc9a004 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

rewrite some comparisons using BASOP

parent 05e4bff9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -449,7 +449,8 @@ ivas_error ivas_corecoder_dec_reconfig_fx(

    test();
#ifdef NONBE_FIX_ISM_XOVER_BR
    if ( st_ivas->ivas_format == SBA_FORMAT || st_ivas->ivas_format == MASA_FORMAT || st_ivas->ivas_format == SBA_ISM_FORMAT )
	test();
    if ( EQ_16( st_ivas->ivas_format, SBA_FORMAT ) || EQ_16( st_ivas->ivas_format, MASA_FORMAT ) || EQ_16( st_ivas->ivas_format, SBA_ISM_FORMAT ) )
#else
    if ( st_ivas->ivas_format == SBA_FORMAT || st_ivas->ivas_format == MASA_FORMAT )
#endif
+1 −1
Original line number Diff line number Diff line
@@ -529,7 +529,7 @@ ivas_error ivas_dec_setup(
            }

#ifdef NONBE_FIX_ISM_XOVER_BR
            if ( ivas_osba_ism_mode_select( ivas_total_brate, st_ivas->nchan_ism ) == ISM_SBA_MODE_DISC )
            if ( EQ_16( ivas_osba_ism_mode_select( ivas_total_brate, st_ivas->nchan_ism ), ISM_SBA_MODE_DISC ) )
#else
            IF( GE_32( ivas_total_brate, IVAS_256k ) )
#endif