Home | History | Annotate | Download | only in silk

Lines Matching refs:b16

411 #define silk_SMLALBB(a64, b16, c16)         silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus_int32)(c16)))
427 #define silk_DIV32_16(a32, b16) ((opus_int32)((a32) / (b16)))