Home | History | Annotate | Download | only in silk

Lines Matching refs:SILK_FIX_CONST

519 #define SILK_FIX_CONST( C, Q )              ((opus_int32)((C) * ((opus_int64)1 << (Q)) + 0.5))