mlib_videosignmagnitudeconvert_s16_s16(3mlib) opensolaris man page | unix.com

Man Page: mlib_videosignmagnitudeconvert_s16_s16

Operating Environment: opensolaris

Section: 3mlib

mlib_VideoSignMagnitudeConvert_S16_S16(3MLIB)		    mediaLib Library Functions		     mlib_VideoSignMagnitudeConvert_S16_S16(3MLIB)

NAME
mlib_VideoSignMagnitudeConvert_S16_S16 - wavelet transformation, sign-magnitude conversion
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_VideoSignMagnitudeConvert_S16_S16(mlib_s16 *dst, const mlib_s16 *src, mlib_s32 n);
DESCRIPTION
The mlib_VideoSignMagnitudeConvert_S16_S16() 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 |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
mlib_VideoSignMagnitudeConvert_S16(3MLIB), mlib_VideoSignMagnitudeConvert_S32(3MLIB), mlib_VideoSignMagnitudeConvert_S32_S32(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_VideoSignMagnitudeConvert_S16_S16(3MLIB)
Related Man Pages
mlib_signalmulhanning_s16s_s16s(3mlib) - opensolaris
mlib_signalmulrectangular_s16_s16(3mlib) - opensolaris
mlib_signalmulwindow_s16_s16(3mlib) - opensolaris
mlib_signalmulwindow_s16s_s16s(3mlib) - opensolaris
mlib_videowaveletinversetwotentrans_s16_s32(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Trying to block signal
How to learn UNIX
Grep the 'not running' jobs and will send the update in mail with its name(job)
What's legal and what's not?
Identify problem with while getopts