mlib_videosignmagnitudeconvert_s32_s32(3mlib) sunos man page | unix.com

Man Page: mlib_videosignmagnitudeconvert_s32_s32

Operating Environment: sunos

Section: 3mlib

mlib_VideoSignMagnitudeConvert_S32_S32(3MLIB)		    mediaLib Library Functions		     mlib_VideoSignMagnitudeConvert_S32_S32(3MLIB)

NAME
mlib_VideoSignMagnitudeConvert_S32_S32 - wavelet transformation, sign-magnitude conversion
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_VideoSignMagnitudeConvert_S32_S32(mlib_s32 *dst, const mlib_s32 *src, mlib_s32 n);
DESCRIPTION
The mlib_VideoSignMagnitudeConvert_S32_S32() function converts 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 MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
mlib_VideoSignMagnitudeConvert_S16(3MLIB), mlib_VideoSignMagnitudeConvert_S16_S16(3MLIB), mlib_VideoSignMagnitudeConvert_S32(3MLIB), attributes(5) SunOS 5.10 9 Nov 2004 mlib_VideoSignMagnitudeConvert_S32_S32(3MLIB)
Related Man Pages
mlib_imagecopysubimage(3mlib) - sunos
mlib_videowaveletforwardtwotentrans_s16_u8(3mlib) - sunos
mlib_videowaveletforwardtwotentrans_s32_s16(3mlib) - sunos
mlib_videowaveletinversetwotentrans_s32_s32(3mlib) - sunos
mlib_videowaveletinversetwotentrans_s32_s32(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
The 500 Mile Email
Using awk to remove lines from file that match text
Best performance UNIX just for HOST Virtualization?
Outputting sequences based on length with sed
UNIX Environment Setup - (Just starting!)