Commit 60100303 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] Q factor for low bitrate OSBA branch

parent 44c55881
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
        {