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

* commit '67cf093d86539d4f3db7e2a2b168c9a250c0a5b8':
  stagefright amrwbenc: Simplify the definition of static_vo
This commit is contained in:
Conley Owens
2012-03-09 15:06:53 -08:00
committed by Android Git Automerger

View File

@@ -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)))