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

Commit 22e20cfa authored by Andy Hung's avatar Andy Hung Committed by Android (Google) Code Review
Browse files

Merge "AudioResampler: Fix intrinsic integer mode for 64b"

parents 30f1d9f6 51157baa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,8 +155,8 @@ static inline void ProcessNeonIntrinsic(int32_t* out,
            accum2 = vmlal_s16(accum2, vget_low_s16(negSamp.val[1]), vget_low_s16(negCoef));
            accum2 = vmlal_s16(accum2, vget_high_s16(negSamp.val[1]), vget_high_s16(negCoef));
            sP -= 16;
        }
        } break;
        }
    } while (count -= 8);

    // multiply by volume and save