Commit e319764e authored by malenov's avatar malenov Committed by Sandesh Venkatesh
Browse files

do not apply in EVS code

parent 43c76473
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -614,11 +614,7 @@ ivas_error acelp_core_dec_fx(
        {
            test();
            test();
#ifdef FIX_1189_GSC_IVAS_OMASA
            IF( EQ_16( st_fx->coder_type, AUDIO ) || ( EQ_16( st_fx->coder_type, INACTIVE ) && EQ_16( st_fx->inactive_coder_type_flag, 1 ) ) )
#else
            IF( EQ_16( st_fx->coder_type, AUDIO ) || ( ( st_fx->coder_type == INACTIVE ) && LE_32( st_fx->total_brate, MAX_GSC_INACTIVE_BRATE ) ) )
#endif
            {
                st_fx->GSC_IVAS_mode = get_next_indice( st_fx, 2 );
                move16();