mediaLib Library Functions
mlib_VideoUpSample422_Nearest_S16(3MLIB)
NAME
mlib_VideoUpSample422_Nearest_S16 - up sampling rate conver-
sion in JFIFSYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlib_status mlib_VideoUpSample422_Nearest_S16(mlib_s16 *dst,
const mlib_s16 *src, mlib_s32 n);
DESCRIPTION
The mlib_VideoUpSample422_Nearest_S16() function performs up
sampling rate conversion used in JPEG File Interchange For-
mat (JFIF).PARAMETERS
The function takes the following arguments:dst Pointer to destination row. dst must be 8-byte
aligned.src Pointer to source row. src must be 8-byte aligned.
n Length of source rows. n must be greater than 1.RETURN VALUES
The function returns MLIB_SUCCESS if successful. Otherwise
it returns MLIB_FAILURE.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functionsmlib_VideoUpSample422_Nearest_S16(3MLIB)
______________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
mlib_VideoDownSample420(3MLIB),
mlib_VideoDownSample420_S16(3MLIB),
mlib_VideoDownSample422(3MLIB),
mlib_VideoDownSample422_S16(3MLIB),
mlib_VideoUpSample420(3MLIB),
mlib_VideoUpSample420_Nearest(3MLIB),
mlib_VideoUpSample420_Nearest_S16(3MLIB),
mlib_VideoUpSample420_S16(3MLIB),
mlib_VideoUpSample422(3MLIB),
mlib_VideoUpSample422_S16(3MLIB),
mlib_VideoUpSample422_Nearest(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functionsmlib_VideoUpSample422_Nearest_S16(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3