Loading lib_enc/swb_tbe_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -3447,7 +3447,7 @@ void swb_tbe_enc_ivas_fx( test(); #ifdef HARMONIZE_TBE3 test(); IF( st_fx->element_mode == EVS_MONO || NE_32( st_fx->extl_brate, SWB_TBE_1k10 ) && NE_32( st_fx->extl_brate, SWB_TBE_1k75 ) ) IF( st_fx->element_mode == EVS_MONO || ( NE_32( st_fx->extl_brate, SWB_TBE_1k10 ) && NE_32( st_fx->extl_brate, SWB_TBE_1k75 ) ) ) #else IF( NE_32( st_fx->extl_brate, SWB_TBE_1k10 ) && NE_32( st_fx->extl_brate, SWB_TBE_1k75 ) ) #endif Loading Loading
lib_enc/swb_tbe_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -3447,7 +3447,7 @@ void swb_tbe_enc_ivas_fx( test(); #ifdef HARMONIZE_TBE3 test(); IF( st_fx->element_mode == EVS_MONO || NE_32( st_fx->extl_brate, SWB_TBE_1k10 ) && NE_32( st_fx->extl_brate, SWB_TBE_1k75 ) ) IF( st_fx->element_mode == EVS_MONO || ( NE_32( st_fx->extl_brate, SWB_TBE_1k10 ) && NE_32( st_fx->extl_brate, SWB_TBE_1k75 ) ) ) #else IF( NE_32( st_fx->extl_brate, SWB_TBE_1k10 ) && NE_32( st_fx->extl_brate, SWB_TBE_1k75 ) ) #endif Loading