Loading lib_dec/acelp_core_dec_ivas_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -612,7 +612,7 @@ ivas_error acelp_core_dec_ivas_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 ) ) ) IF( EQ_16( st->coder_type, AUDIO ) || ( EQ_16( st->coder_type, INACTIVE ) && EQ_16( st->inactive_coder_type_flag, 1 ) ) ) #else IF( EQ_16( st->coder_type, AUDIO ) || ( st->coder_type == INACTIVE && LE_32( st->total_brate, MAX_GSC_INACTIVE_BRATE ) ) ) #endif Loading Loading
lib_dec/acelp_core_dec_ivas_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -612,7 +612,7 @@ ivas_error acelp_core_dec_ivas_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 ) ) ) IF( EQ_16( st->coder_type, AUDIO ) || ( EQ_16( st->coder_type, INACTIVE ) && EQ_16( st->inactive_coder_type_flag, 1 ) ) ) #else IF( EQ_16( st->coder_type, AUDIO ) || ( st->coder_type == INACTIVE && LE_32( st->total_brate, MAX_GSC_INACTIVE_BRATE ) ) ) #endif Loading