Loading lib_dec/dec_tcx_fx.c +4 −3 Original line number Diff line number Diff line Loading @@ -2647,7 +2647,8 @@ static void IMDCT_ivas_fx_rescale( } #if 1 IF ( xn_buf_fx != NULL ) { IF( xn_buf_fx != NULL ) { Scale_sig( xn_buf_fx, L_MDCT_OVLP_MAX + L_FRAME_PLUS + L_MDCT_OVLP_MAX, sub( q_win, *q_xn_buf_fx ) ); *q_xn_buf_fx = q_win; move16(); Loading Loading
lib_dec/dec_tcx_fx.c +4 −3 Original line number Diff line number Diff line Loading @@ -2647,7 +2647,8 @@ static void IMDCT_ivas_fx_rescale( } #if 1 IF ( xn_buf_fx != NULL ) { IF( xn_buf_fx != NULL ) { Scale_sig( xn_buf_fx, L_MDCT_OVLP_MAX + L_FRAME_PLUS + L_MDCT_OVLP_MAX, sub( q_win, *q_xn_buf_fx ) ); *q_xn_buf_fx = q_win; move16(); Loading