| Current File : //usr/man/man3mlib/mlib_VideoWaveletInverseTwoTenTrans.3mlib |
'\" te
.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
.TH mlib_VideoWaveletInverseTwoTenTrans 3MLIB "2 Mar 2007" "SunOS 5.11" "mediaLib Library Functions"
.SH NAME
mlib_VideoWaveletInverseTwoTenTrans, mlib_VideoWaveletInverseTwoTenTrans_U8_S16, mlib_VideoWaveletInverseTwoTenTrans_S16_S16, mlib_VideoWaveletInverseTwoTenTrans_S16_S32, mlib_VideoWaveletInverseTwoTenTrans_S32_S32 \- wavelet transformation
.SH SYNOPSIS
.LP
.nf
cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmlib\fR [ \fIlibrary\fR... ]
#include <mlib.h>
\fBmlib_status\fR \fBmlib_VideoWaveletInverseTwoTenTrans_U8_S16\fR(\fBmlib_u8 *\fR\fIdst\fR,
\fBconst mlib_s16 *\fR\fIsrc\fR, \fBmlib_s32\fR \fIwidth\fR, \fBmlib_s32\fR \fIheight\fR, \fBmlib_s32 *\fR\fIlevel\fR);
.fi
.LP
.nf
\fBmlib_status\fR \fBmlib_VideoWaveletInverseTwoTenTrans_S16_S16\fR(\fBmlib_s16 *\fR\fIdst\fR,
\fBconst mlib_s16 *\fR\fIsrc\fR, \fBmlib_s32\fR \fIwidth\fR, \fBmlib_s32\fR \fIheight\fR, \fBmlib_s32 *\fR\fIlevel\fR);
.fi
.LP
.nf
\fBmlib_status\fR \fBmlib_VideoWaveletInverseTwoTenTrans_S16_S32\fR(\fBmlib_s16 *\fR\fIdst\fR,
\fBconst mlib_s32 *\fR\fIsrc\fR, \fBmlib_s32\fR \fIwidth\fR, \fBmlib_s32\fR \fIheight\fR, \fBmlib_s32 *\fR\fIlevel\fR);
.fi
.LP
.nf
\fBmlib_status\fR \fBmlib_VideoWaveletInverseTwoTenTrans_S32_S32\fR(\fBmlib_s32 *\fR\fIdst\fR,
\fBconst mlib_s32 *\fR\fIsrc\fR, \fBmlib_s32\fR \fIwidth\fR, \fBmlib_s32\fR \fIheight\fR, \fBmlib_s32 *\fR\fIlevel\fR);
.fi
.SH DESCRIPTION
.sp
.LP
Each of the functions provides support to reversible wavelet transformation. It is for an inverse two-ten transformation.
.SH PARAMETERS
.sp
.LP
Each of the functions takes the following arguments:
.sp
.ne 2
.mk
.na
\fB\fIdst\fR\fR
.ad
.RS 10n
.rt
Pointer to destination image.
.RE
.sp
.ne 2
.mk
.na
\fB\fIsrc\fR\fR
.ad
.RS 10n
.rt
Pointer to TT-transform coefficients.
.RE
.sp
.ne 2
.mk
.na
\fB\fIwidth\fR\fR
.ad
.RS 10n
.rt
Width of image.
.RE
.sp
.ne 2
.mk
.na
\fB\fIheight\fR\fR
.ad
.RS 10n
.rt
Height of image.
.RE
.sp
.ne 2
.mk
.na
\fB\fIlevel\fR\fR
.ad
.RS 10n
.rt
Pointer to the number of decomposition levels. It returns the processed decomposition levels value.
.RE
.SH RETURN VALUES
.sp
.LP
Each of the functions returns \fBMLIB_SUCCESS\fR if successful. Otherwise it returns \fBMLIB_FAILURE\fR.
.SH ATTRIBUTES
.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.sp
.TS
tab() box;
cw(2.75i) |cw(2.75i)
lw(2.75i) |lw(2.75i)
.
ATTRIBUTE TYPEATTRIBUTE VALUE
_
Interface StabilityCommitted
_
MT-LevelMT-Safe
.TE
.SH SEE ALSO
.sp
.LP
\fBmlib_VideoWaveletForwardTwoTenTrans\fR(3MLIB), \fBattributes\fR(5)