Content-type: text/html Man page of mlib_VideoSignMagnitudeConvert_S32_S32

mlib_VideoSignMagnitudeConvert_S32_S32

Section: mediaLib Library Functions (3MLIB)
Updated: 2 Mar 2007
Index Return to Main Contents
 

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 TYPEATTRIBUTE VALUE

Interface StabilityCommitted

MT-Level

 

SEE ALSO

mlib_VideoSignMagnitudeConvert_S16(3MLIB), mlib_VideoSignMagnitudeConvert_S16_S16(3MLIB), mlib_VideoSignMagnitudeConvert_S32(3MLIB), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
RETURN VALUES
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:38:01 GMT, October 02, 2010