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

Commit 9a3f3b9d authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am 67cf093d: Merge "stagefright amrwbenc: Simplify the definition of static_vo"

* commit '67cf093d':
  stagefright amrwbenc: Simplify the definition of static_vo
parents 972efafb 67cf093d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -29,11 +29,7 @@
#define MIN_16 (Word16)-32768	/* 0x8000 */


#ifdef LINUX
#define  static_vo  static __inline__
#else
#define  static_vo  static __inline
#endif

#define saturate(L_var1) (((L_var1) > 0X00007fffL) ? (MAX_16): (((L_var1) < (Word32) 0xffff8000L) ? (MIN_16): ((L_var1) & 0xffff)))