Name | Synopsis | Description | Parameters | Return Values | Attributes | See Also
cc [ flag... ] file... -lmlib [ library... ]
#include <mlib.h>
mlib_status mlib_VideoSignMagnitudeConvert_S16(mlib_s16 *srcdst,
     mlib_s32 n);
The mlib_VideoSignMagnitudeConvert_S16() function converts data between standard 2s complement signed integer representation and sign-magnitude representation.
The function takes the following arguments:
Pointer to destination data array.
Pointer to source data array.
Pointer to source and destination data array.
Array size.
The function returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.
See attributes(5) for descriptions of the following attributes:
| 
 ATTRIBUTE TYPE  | 
 ATTRIBUTE VALUE  | 
|---|---|
| 
 Interface Stability  | 
 Committed  | 
| 
 MT-Level  | 
 MT-Safe  | 
mlib_VideoSignMagnitudeConvert_S16_S16(3MLIB), mlib_VideoSignMagnitudeConvert_S32(3MLIB), mlib_VideoSignMagnitudeConvert_S32_S32(3MLIB), attributes(5)
Name | Synopsis | Description | Parameters | Return Values | Attributes | See Also