Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f1a5dfb authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Revert "Disable integer sanitization for amrwbenc"" am: d86e4cb4

am: 7c8053cf

* commit '7c8053cf':
  Revert "Disable integer sanitization for amrwbenc"
parents 832e4330 7c8053cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1014,8 +1014,8 @@ void search_ixiy(
            {
                ps2 = add1(ps1, dn[y]);

                alp2 = alp1 + ((*p1++)<<13);
                alp2 = alp2 + ((*p2++)<<14);
                alp2 = L_add(alp1, ((*p1++)<<13));
                alp2 = L_add(alp2, ((*p2++)<<14));
                alp_16 = extract_h(alp2);
                sq = vo_mult(ps2, ps2);
                s = vo_L_mult(alpk, sq) - ((sqk * alp_16)<<1);