1mlib_SignalMulShift_S16_Satm(e3dMiLaILBi)b Library Fumnlcitbi_oSnisgnalMulShift_S16_Sat(3MLIB)
2
3
4

NAME

6       mlib_SignalMulShift_S16_Sat, mlib_SignalMulShift_S16S_Sat - multiplica‐
7       tion with shifting
8

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       mlib_status mlib_SignalMulShift_S16_Sat(mlib_s16 *scr1dst,
14            const mlib_s16 *src2, mlib_s32 shift, mlib_s32 n);
15
16
17       mlib_status mlib_SignalMulShift_S16S_Sat(mlib_s16 *scr1dst,
18            const mlib_s16 *src2, mlib_s32 shift, mlib_s32 n);
19
20

DESCRIPTION

22       Each of these functions performs multiplication with shifting.
23

PARAMETERS

25       Each of the functions takes the following arguments:
26
27       src1dst    The first input and the output signal array.
28
29
30       src2       The second input signal array.
31
32
33       shift      Left shifting factor.
34
35
36       n          Number of samples in the input signal arrays.
37
38

RETURN VALUES

40       Each of the functions returns MLIB_SUCCESS if successful. Otherwise  it
41       returns MLIB_FAILURE.
42

ATTRIBUTES

44       See attributes(5) for descriptions of the following attributes:
45
46
47
48
49       ┌─────────────────────────────┬─────────────────────────────┐
50       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
51       ├─────────────────────────────┼─────────────────────────────┤
52       │Interface Stability          │Committed                    │
53       ├─────────────────────────────┼─────────────────────────────┤
54       │MT-Level                     │MT-Safe                      │
55       └─────────────────────────────┴─────────────────────────────┘
56

SEE ALSO

58       mlib_SignalMulShift_S16_S16_Sat(3MLIB), attributes(5)
59
60
61
62SunOS 5.11                        2 Mar 2007mlib_SignalMulShift_S16_Sat(3MLIB)
Impressum