1mlib_VideoWaveletInverseTwomTeedniTarLainbs(L3imMblLriIabBr_)yViFduenocWtaivoenlsetInverseTwoTenTrans(3MLIB)
2
3
4

NAME

6       mlib_VideoWaveletInverseTwoTenTrans,    mlib_VideoWaveletInverseTwoTen‐
7       Trans_U8_S16,  mlib_VideoWaveletInverseTwoTenTrans_S16_S16,  mlib_Vide‐
8       oWaveletInverseTwoTenTrans_S16_S32,     mlib_VideoWaveletInverseTwoTen‐
9       Trans_S32_S32 - wavelet transformation
10

SYNOPSIS

12       cc [ flag... ] file... -lmlib [ library... ]
13       #include <mlib.h>
14
15       mlib_status mlib_VideoWaveletInverseTwoTenTrans_U8_S16(mlib_u8 *dst,
16            const mlib_s16 *src, mlib_s32 width, mlib_s32 height, mlib_s32 *level);
17
18
19       mlib_status mlib_VideoWaveletInverseTwoTenTrans_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_VideoWaveletInverseTwoTenTrans_S16_S32(mlib_s16 *dst,
24            const mlib_s32 *src, mlib_s32 width, mlib_s32 height, mlib_s32 *level);
25
26
27       mlib_status mlib_VideoWaveletInverseTwoTenTrans_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 an inverse two-ten transformation.
34

PARAMETERS

36       Each of the functions takes the following arguments:
37
38       dst       Pointer to destination image.
39
40
41       src       Pointer to TT-transform coefficients.
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_VideoWaveletForwardTwoTenTrans(3MLIB), attributes(5)
74
75
76
77SunOS 5.11                        2 Mmalrib2_0V0i7deoWaveletInverseTwoTenTrans(3MLIB)
Impressum