Loading lib_dec/ivas_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -579,7 +579,7 @@ ivas_error ivas_dec_fx( ivas_sba_dirac_stereo_dec_fx( st_ivas, &p_output_fx[sba_ch_idx], output_frame ); } #ifdef FIX_1518 ELSE IF( sba_mono_flag && st_ivas->ism_mode == ISM_MODE_NONE ) ELSE IF( sba_mono_flag && EQ_16( st_ivas->ism_mode, ISM_MODE_NONE ) ) { v_shr( p_output_fx[0], -1, p_output_fx[0], output_frame ); } Loading Loading
lib_dec/ivas_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -579,7 +579,7 @@ ivas_error ivas_dec_fx( ivas_sba_dirac_stereo_dec_fx( st_ivas, &p_output_fx[sba_ch_idx], output_frame ); } #ifdef FIX_1518 ELSE IF( sba_mono_flag && st_ivas->ism_mode == ISM_MODE_NONE ) ELSE IF( sba_mono_flag && EQ_16( st_ivas->ism_mode, ISM_MODE_NONE ) ) { v_shr( p_output_fx[0], -1, p_output_fx[0], output_frame ); } Loading