Home | History | Annotate | Download | only in silk

Lines Matching refs:opus_int64

384 opus_int64 silk_inner_prod16_aligned_64_c(
444 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus_int32)(c16)))
447 #define silk_SMULL(a32, b32) ((opus_int64)(a32) * /*(opus_int64)*/(b32))
525 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shift >= 0, shift < 64 */
564 #define SILK_FIX_CONST( C, Q ) ((opus_int32)((C) * ((opus_int64)1 << (Q)) + 0.5))
579 static OPUS_INLINE opus_int64 silk_min_64(opus_int64 a, opus_int64 b)
597 static OPUS_INLINE opus_int64 silk_max_64(opus_int64 a, opus_int64 b)