mediaLib Library Functions
mlibVideoSignMagnitudeConvertS32S32(3MLIB)
NAME
mlibVideoSignMagnitudeConvertS32S32 - wavelet transforma-
tion, sign-magnitude conversion
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibVideoSignMagnitudeConvertS32S32(mlibs32 *dst,
const mlibs32 *src, mlibs32 n);
DESCRIPTION
The mlibVideoSignMagnitudeConvertS32S32() function con-
verts data between standard 2s complement signed integer
representation 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
mlibVideoSignMagnitudeConvertS32S32(3MLIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibVideoSignMagnitudeConvertS16(3MLIB),
mlibVideoSignMagnitudeConvertS16S16(3MLIB),
mlibVideoSignMagnitudeConvertS32(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibVideoSignMagnitudeConvertS32S32(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|