Commit da2b4324 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for 3GPP issue 1534: BASOP Encoder Distortion for ISM 1 FER at 32kbps, EXT output, high MLD

Link #1534
parent 4c82f1d2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1221,10 +1221,10 @@ Word32 mslvq_ivas_16(
        }
        ELSE
        {
            p_sigma = sigma_p_fx[mode];
            p_sigma = sigma_p_ivas_fx[mode];

            /* inverse sigma is precomputed to save complexity */
            p_inv_sigma = inv_sigma_p_fx[mode];
            p_inv_sigma = inv_sigma_p_ivas_fx[mode];

            p_scales = scales_p_ivas_fx[mode_glb];