Loading lib_dec/dec_tcx_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -3455,7 +3455,8 @@ void IMDCT_ivas_fx( IF( EQ_16( st->element_mode, IVAS_CPE_MDCT ) && ( LE_32( st->last_core_brate, SID_2k40 ) || st->last_core == ACELP_CORE ) && ( fullbandScale == 0 ) ) { /* Increase headroom because if the ACELP ZIR is used below, the synthesis filter gain is unknown. */ IF ( allow_qwin_change ) { IF( allow_qwin_change ) { allow_qwin_change = 0; move16(); q_win = s_max( -2, sub( q_win, 2 ) ); Loading Loading
lib_dec/dec_tcx_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -3455,7 +3455,8 @@ void IMDCT_ivas_fx( IF( EQ_16( st->element_mode, IVAS_CPE_MDCT ) && ( LE_32( st->last_core_brate, SID_2k40 ) || st->last_core == ACELP_CORE ) && ( fullbandScale == 0 ) ) { /* Increase headroom because if the ACELP ZIR is used below, the synthesis filter gain is unknown. */ IF ( allow_qwin_change ) { IF( allow_qwin_change ) { allow_qwin_change = 0; move16(); q_win = s_max( -2, sub( q_win, 2 ) ); Loading