• Home
  • Raw
  • Download

Lines Matching refs:PLATFORM_INLINE

104 static PLATFORM_INLINE WORD32 min32(WORD32 a, WORD32 b)  in min32()
139 static PLATFORM_INLINE WORD32 max32(WORD32 a, WORD32 b) in max32()
175 static PLATFORM_INLINE WORD32 shl32(WORD32 a, WORD b) in shl32()
214 static PLATFORM_INLINE WORD32 shr32(WORD32 a, WORD b) in shr32()
262 static PLATFORM_INLINE WORD32 shl32_sat(WORD32 a, WORD b) in shl32_sat()
316 static PLATFORM_INLINE WORD32 shl32_dir(WORD32 a, WORD b) in shl32_dir()
361 static PLATFORM_INLINE WORD32 shl32_dir_sat(WORD32 a, WORD b) in shl32_dir_sat()
406 static PLATFORM_INLINE WORD32 shr32_dir(WORD32 a, WORD b) in shr32_dir()
451 static PLATFORM_INLINE WORD32 shr32_dir_sat(WORD32 a, WORD b) in shr32_dir_sat()
494 static PLATFORM_INLINE WORD32 mult16x16in32(WORD16 a, WORD16 b) in mult16x16in32()
530 static PLATFORM_INLINE WORD32 mult16x16in32_shl(WORD16 a, WORD16 b) in mult16x16in32_shl()
567 static PLATFORM_INLINE WORD32 mult16x16in32_shl_sat(WORD16 a, WORD16 b) in mult16x16in32_shl_sat()
608 static PLATFORM_INLINE WORD32 add32(WORD32 a, WORD32 b) in add32()
643 static PLATFORM_INLINE WORD32 sub32(WORD32 a, WORD32 b) in sub32()
678 static PLATFORM_INLINE WORD32 add32_sat(WORD32 a, WORD32 b) in add32_sat()
721 static PLATFORM_INLINE WORD32 sub32_sat(WORD32 a, WORD32 b) in sub32_sat()
766 static PLATFORM_INLINE WORD norm32(WORD32 a) in norm32()
825 static PLATFORM_INLINE WORD bin_expo32(WORD32 a) in bin_expo32()
860 static PLATFORM_INLINE WORD32 abs32(WORD32 a) in abs32()
900 static PLATFORM_INLINE WORD32 abs32_sat(WORD32 a) in abs32_sat()
944 static PLATFORM_INLINE WORD32 negate32(WORD32 a) in negate32()
979 static PLATFORM_INLINE WORD32 negate32_sat(WORD32 a) in negate32_sat()
1015 static PLATFORM_INLINE UWORD32 subc_32(UWORD32 nr, UWORD32 dr) in subc_32()
1056 static PLATFORM_INLINE WORD32 div32(WORD32 a, WORD32 b, WORD *q_format) in div32()
1151 static PLATFORM_INLINE WORD32 mac16x16in32(WORD32 a, WORD16 b, WORD16 c) in mac16x16in32()
1190 static PLATFORM_INLINE WORD32 mac16x16in32_shl(WORD32 a, WORD16 b, WORD16 c) in mac16x16in32_shl()
1229 static PLATFORM_INLINE WORD32 mac16x16in32_shl_sat(WORD32 a, WORD16 b, WORD16 c) in mac16x16in32_shl_sat()
1267 static PLATFORM_INLINE WORD32 msu16x16in32(WORD32 a, WORD16 b, WORD16 c) in msu16x16in32()
1306 static PLATFORM_INLINE WORD32 msu16x16in32_shl(WORD32 a, WORD16 b, WORD16 c) in msu16x16in32_shl()
1345 static PLATFORM_INLINE WORD32 msu16x16in32_shl_sat(WORD32 a, WORD16 b, WORD16 c) in msu16x16in32_shl_sat()
1383 static PLATFORM_INLINE WORD32 add32_shr(WORD32 a, WORD32 b) in add32_shr()
1422 static PLATFORM_INLINE WORD32 sub32_shr(WORD32 a, WORD32 b) in sub32_shr()