Home | History | Annotate | Download | only in silk

Lines Matching refs:opus_int64

351 opus_int64 silk_inner_prod16_aligned_64(
411 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus_int32)(c16)))
414 #define silk_SMULL(a32, b32) ((opus_int64)(a32) * /*(opus_int64)*/(b32))
472 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shift >= 0, shift < 64 */
511 #define SILK_FIX_CONST( C, Q ) ((opus_int32)((C) * ((opus_int64)1 << (Q)) + 0.5))
526 static OPUS_INLINE opus_int64 silk_min_64(opus_int64 a, opus_int64 b)
544 static OPUS_INLINE opus_int64 silk_max_64(opus_int64 a, opus_int64 b)