1mlib_VideoSignMagnitudeConvmeerdti_aSL1i6bm_lSLi1ib6b_(rV3aiMrdLyeIoBFS)uingcntMiaognnsitudeConvert_S16_S16(3MLIB)
2
3
4

NAME

6       mlib_VideoSignMagnitudeConvert_S16_S16  - wavelet transformation, sign-
7       magnitude conversion
8

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       mlib_status mlib_VideoSignMagnitudeConvert_S16_S16(mlib_s16 *dst,
14            const mlib_s16 *src, mlib_s32 n);
15
16

DESCRIPTION

18       The  mlib_VideoSignMagnitudeConvert_S16_S16()  function  converts  data
19       between  standard 2s complement signed integer representation and sign-
20       magnitude representation.
21

PARAMETERS

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

RETURN VALUES

38       The function returns MLIB_SUCCESS if successful. Otherwise  it  returns
39       MLIB_FAILURE.
40

ATTRIBUTES

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

SEE ALSO

56       mlib_VideoSignMagnitudeConvert_S16(3MLIB),  mlib_VideoSignMagnitudeCon‐
57       vert_S32(3MLIB),         mlib_VideoSignMagnitudeConvert_S32_S32(3MLIB),
58       attributes(5)
59
60
61
62SunOS 5.11                       m2liMba_rVi2d0e0o7SignMagnitudeConvert_S16_S16(3MLIB)
Impressum