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

Commit 10004fe6 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 5efa7bf9: Merge "amrnb: Fix audio distortion in an AMR-NB clip"

* commit '5efa7bf9':
  amrnb: Fix audio distortion in an AMR-NB clip
parents 3ca352c4 5efa7bf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ void Post_Process(
        L_tmp += ((Word32) st->x0) * c_b0;
        L_tmp += ((Word32) st->x1) * c_b1;
        L_tmp += ((Word32) x2) * c_b2;
        L_tmp <<= 3;
        L_tmp = L_shl(L_tmp, 3, pOverflow);


        /* Multiplication by two of output speech with saturation. */