mediaLib Library Functions
mlibVideoSignMagnitudeConvertS32(3MLIB)
NAME
mlibVideoSignMagnitudeConvertS32 - wavelet transformation,
sign-magnitude conversion
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibVideoSignMagnitudeConvertS32(mlibs32 *srcdst,
mlibs32 n);
DESCRIPTION
The mlibVideoSignMagnitudeConvertS32() function converts
data between standard 2s complement signed integer represen-
tation and sign-magnitude representation.
PARAMETERS
The function takes the following arguments:
dst Pointer to destination data array.
src Pointer to source data array.
srcdst Pointer to source and destination data array.
n Array size.
RETURN VALUES
The function returns MLIBSUCES if successful. Otherwise
it returns MLIBFAILURE.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions
mlibVideoSignMagnitudeConvertS32(3MLIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibVideoSignMagnitudeConvertS16(3MLIB),
mlibVideoSignMagnitudeConvertS16S16(3MLIB),
mlibVideoSignMagnitudeConvertS32S32(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibVideoSignMagnitudeConvertS32(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|