Loading lib_dec/acelp_core_dec_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
lib_dec/acelp_core_dec_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -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(); Loading