mediaLib Library Functions
mlibVideoWaveletInverseTwoTenTrans(3MLIB)
NAME
mlibVideoWaveletInverseTwoTenTrans,
mlibVideoWaveletInverseTwoTenTransU8S16,
mlibVideoWaveletInverseTwoTenTransS16S16,
mlibVideoWaveletInverseTwoTenTransS16S32,
mlibVideoWaveletInverseTwoTenTransS32S32 - wavelet
transformation
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibVideoWaveletInverseTwoTenTransU8S16(mlibu8 *dst,
const mlibs16 *src, mlibs32 width, mlibs32 height, mlibs32 *level);
mlibstatus mlibVideoWaveletInverseTwoTenTransS16S16(mlibs16 *dst,
const mlibs16 *src, mlibs32 width, mlibs32 height, mlibs32 *level);
mlibstatus mlibVideoWaveletInverseTwoTenTransS16S32(mlibs16 *dst,
const mlibs32 *src, mlibs32 width, mlibs32 height, mlibs32 *level);
mlibstatus mlibVideoWaveletInverseTwoTenTransS32S32(mlibs32 *dst,
const mlibs32 *src, mlibs32 width, mlibs32 height, mlibs32 *level);
DESCRIPTION
Each of the functions provides support to reversible wavelet
transformation. It is for an inverse two-ten transformation.
PARAMETERS
Each of the functions takes the following arguments:
dst Pointer to destination image.
src Pointer to T-transform coefficients.
width Width of image.
height Height of image.
level Pointer to the number of decomposition levels. It
returns the processed decomposition levels value.
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions
mlibVideoWaveletInverseTwoTenTrans(3MLIB)
RETURN VALUES
Each of the functions returns MLIBSUCES if successful.
Otherwise it returns MLIBFAILURE.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibVideoWaveletForwardTwoTenTrans(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibVideoWaveletInverseTwoTenTrans(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|