1mlib_SignalMulShift_S16_S16m_eSdaita(L3iMbLILBi)brarmyliFbu_nScitginoanlsMulShift_S16_S16_Sat(3MLIB)
2
3
4
6 mlib_SignalMulShift_S16_S16_Sat, mlib_SignalMulShift_S16S_S16S_Sat -
7 multiplication with shifting
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 mlib_status mlib_SignalMulShift_S16_S16_Sat(mlib_s16 *dst,
14 const mlib_s16 *src1, const mlib_s16 *src2,
15 mlib_s32 shift, mlib_s32 n);
16
17
18 mlib_status mlib_SignalMulShift_S16S_S16S_Sat(mlib_s16 *dst,
19 const mlib_s16 *src1, const mlib_s16 *src2,
20 mlib_s32 shift, mlib_s32 n);
21
22
24 Each of these functions performs multiplication with shifting.
25
27 Each of the functions takes the following arguments:
28
29 dst Output signal array.
30
31
32 src1 The first input signal array.
33
34
35 src2 The second input signal array.
36
37
38 shift Left shifting factor.
39
40
41 n Number of samples in the input signal arrays.
42
43
45 Each of the functions returns MLIB_SUCCESS if successful. Otherwise it
46 returns MLIB_FAILURE.
47
49 See attributes(5) for descriptions of the following attributes:
50
51
52
53
54 ┌─────────────────────────────┬─────────────────────────────┐
55 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
56 ├─────────────────────────────┼─────────────────────────────┤
57 │Interface Stability │Committed │
58 ├─────────────────────────────┼─────────────────────────────┤
59 │MT-Level │MT-Safe │
60 └─────────────────────────────┴─────────────────────────────┘
61
63 mlib_SignalMulShift_S16_Sat(3MLIB), attributes(5)
64
65
66
67SunOS 5.11 2 Mar 2m0l0i7b_SignalMulShift_S16_S16_Sat(3MLIB)