Loading lib_dec/ivas_sba_dirac_stereo_dec_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -1581,6 +1581,8 @@ void ivas_sba_dirac_stereo_dec_fx( INV_SQRT2 * 2 = SQRT2 */ v_multc_fx( output[0], SQRT2_FX, output[0], output_frame ); v_multc_fx( output[1], SQRT2_FX, output[1], output_frame ); v_shr( output[0], -1, output[0], output_frame ); /* q_dft */ v_shr( output[1], -1, output[1], output_frame ); /* q_dft */ } ELSE { Loading Loading
lib_dec/ivas_sba_dirac_stereo_dec_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -1581,6 +1581,8 @@ void ivas_sba_dirac_stereo_dec_fx( INV_SQRT2 * 2 = SQRT2 */ v_multc_fx( output[0], SQRT2_FX, output[0], output_frame ); v_multc_fx( output[1], SQRT2_FX, output[1], output_frame ); v_shr( output[0], -1, output[0], output_frame ); /* q_dft */ v_shr( output[1], -1, output[1], output_frame ); /* q_dft */ } ELSE { Loading