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

Commit e341266d authored by Ray Essick's avatar Ray Essick Committed by Automerger Merge Worker
Browse files

Document why we ignore overflows in pvmp3_st_intensity am: 1d9c0ec2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/15621098

Change-Id: Iaf218aec99ef041e2134a436fa8dd529f2463fe5
parents 6fa69112 1d9c0ec2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@ void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
; FUNCTION CODE
----------------------------------------------------------------------------*/

// deliberately plays near overflow points of int32
#if __has_attribute(no_sanitize)
__attribute__((no_sanitize("integer")))
#endif