1mlib_VideoSignMagnitudeConvmeerdti_aSL3i2bm_lSLi3ib2b_(rV3aiMrdLyeIoBFS)uingcntMiaognnsitudeConvert_S32_S32(3MLIB)
2
3
4
6 mlib_VideoSignMagnitudeConvert_S32_S32 - wavelet transformation, sign-
7 magnitude conversion
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 mlib_status mlib_VideoSignMagnitudeConvert_S32_S32(mlib_s32 *dst,
14 const mlib_s32 *src, mlib_s32 n);
15
16
18 The mlib_VideoSignMagnitudeConvert_S32_S32() function converts data
19 between standard 2s complement signed integer representation and sign-
20 magnitude representation.
21
23 The function takes the following arguments:
24
25 dst Pointer to destination data array.
26
27
28 src Pointer to source data array.
29
30
31 srcdst Pointer to source and destination data array.
32
33
34 n Array size.
35
36
38 The function returns MLIB_SUCCESS if successful. Otherwise it returns
39 MLIB_FAILURE.
40
42 See attributes(5) for descriptions of the following attributes:
43
44
45
46
47 ┌─────────────────────────────┬─────────────────────────────┐
48 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
49 ├─────────────────────────────┼─────────────────────────────┤
50 │Interface Stability │Committed │
51 ├─────────────────────────────┼─────────────────────────────┤
52 │MT-Level │MT-Safe │
53 └─────────────────────────────┴─────────────────────────────┘
54
56 mlib_VideoSignMagnitudeConvert_S16(3MLIB), mlib_VideoSignMagnitudeCon‐
57 vert_S16_S16(3MLIB), mlib_VideoSignMagnitudeConvert_S32(3MLIB),
58 attributes(5)
59
60
61
62SunOS 5.11 m2liMba_rVi2d0e0o7SignMagnitudeConvert_S32_S32(3MLIB)