1mlib_VideoWaveletForwardTwomTeedniTarLainbs(L3imMblLriIabBr_)yViFduenocWtaivoenlsetForwardTwoTenTrans(3MLIB)
2
3
4

NAME

6       mlib_VideoWaveletForwardTwoTenTrans,    mlib_VideoWaveletForwardTwoTen‐
7       Trans_S16_U8,  mlib_VideoWaveletForwardTwoTenTrans_S16_S16,  mlib_Vide‐
8       oWaveletForwardTwoTenTrans_S32_S16,     mlib_VideoWaveletForwardTwoTen‐
9       Trans_S32_S32 - wavelet transformation
10

SYNOPSIS

12       cc [ flag... ] file... -lmlib [ library... ]
13       #include <mlib.h>
14
15       mlib_status mlib_VideoWaveletForwardTwoTenTrans_S16_U8(mlib_s16 *dst,
16            const mlib_u8 *src, mlib_s32 width, mlib_s32 height, mlib_s32 *level);
17
18
19       mlib_status mlib_VideoWaveletForwardTwoTenTrans_S16_S16(mlib_s16 *dst,
20            const mlib_s16 *src, mlib_s32 width, mlib_s32 height, mlib_s32 *level);
21
22
23       mlib_status mlib_VideoWaveletForwardTwoTenTrans_S32_S16(mlib_s32 *dst,
24            const mlib_s16 *src, mlib_s32 width, mlib_s32 height, mlib_s32 *level);
25
26
27       mlib_status mlib_VideoWaveletForwardTwoTenTrans_S32_S32(mlib_s32 *dst,
28            const mlib_s32 *src, mlib_s32 width, mlib_s32 height, mlib_s32 *level);
29
30

DESCRIPTION

32       Each of the functions provides support to reversible wavelet  transfor‐
33       mation. It is for a forward two-ten transformation.
34

PARAMETERS

36       Each of the functions takes the following arguments:
37
38       dst       Pointer to TT-transform coefficients.
39
40
41       src       Pointer to source image.
42
43
44       width     Width of image.
45
46
47       height    Height of image.
48
49
50       level     Pointer to the number of decomposition levels. It returns the
51                 processed decomposition levels value.
52
53

RETURN VALUES

55       Each of the functions returns MLIB_SUCCESS if successful. Otherwise  it
56       returns MLIB_FAILURE.
57

ATTRIBUTES

59       See attributes(5) for descriptions of the following attributes:
60
61
62
63
64       ┌─────────────────────────────┬─────────────────────────────┐
65       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
66       ├─────────────────────────────┼─────────────────────────────┤
67       │Interface Stability          │Committed                    │
68       ├─────────────────────────────┼─────────────────────────────┤
69       │MT-Level                     │MT-Safe                      │
70       └─────────────────────────────┴─────────────────────────────┘
71

SEE ALSO

73       mlib_VideoWaveletInverseTwoTenTrans(3MLIB), attributes(5)
74
75
76
77SunOS 5.11                        2 Mmalrib2_0V0i7deoWaveletForwardTwoTenTrans(3MLIB)
Impressum