Commit ce3fe1e2 authored by PLAINSI's avatar PLAINSI
Browse files

Fix bug with some audio

parent f332352c
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -813,6 +813,7 @@ static void ivas_mc_paramupmix_param_est_enc(
            rxx = hMCParamUpmix->cov_real[b][0][0][bnd];
            rxxest = cmat * cmat * ryy;
            drxx = rxx - rxxest;
            drxx = max( drxx, 0.0 );
            wetaux = (float) sqrt( drxx / ( ryy + EPSILON ) );
            betas[b][bnd] = (float) 2.0 * wetaux;
        }