mediaLib Library Functions
mlibVideoWaveletForwardTwoTenTrans(3MLIB)
NAME
mlibVideoWaveletForwardTwoTenTrans,
mlibVideoWaveletForwardTwoTenTransS16U8,
mlibVideoWaveletForwardTwoTenTransS16S16,
mlibVideoWaveletForwardTwoTenTransS32S16,
mlibVideoWaveletForwardTwoTenTransS32S32 - wavelet
transformation
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibVideoWaveletForwardTwoTenTransS16U8(mlibs16 *dst,
const mlibu8 *src, mlibs32 width, mlibs32 height, mlibs32 *level);
mlibstatus mlibVideoWaveletForwardTwoTenTransS16S16(mlibs16 *dst,
const mlibs16 *src, mlibs32 width, mlibs32 height, mlibs32 *level);
mlibstatus mlibVideoWaveletForwardTwoTenTransS32S16(mlibs32 *dst,
const mlibs16 *src, mlibs32 width, mlibs32 height, mlibs32 *level);
mlibstatus mlibVideoWaveletForwardTwoTenTransS32S32(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 a forward two-ten transformation.
PARAMETERS
Each of the functions takes the following arguments:
dst Pointer to T-transform coefficients.
src Pointer to source image.
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
mlibVideoWaveletForwardTwoTenTrans(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
mlibVideoWaveletInverseTwoTenTrans(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibVideoWaveletForwardTwoTenTrans(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|