mlib_videoupsample420_nearest_s16(3mlib) [opensolaris man page]
mlib_VideoUpSample420_Nearest_S16(3MLIB) mediaLib Library Functions mlib_VideoUpSample420_Nearest_S16(3MLIB) NAME
mlib_VideoUpSample420_Nearest_S16 - up sampling rate conversion in JFIF SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_VideoUpSample420_Nearest_S16(mlib_s16 *dst0, mlib_s16 *dst1, const mlib_s16 *src, mlib_s32 n); DESCRIPTION
The mlib_VideoUpSample420_Nearest_S16() function performs up sampling rate conversion used in JPEG File Interchange Format (JFIF). PARAMETERS
The function takes the following arguments: dst0 Pointer to upper destination row. dst0 must be 8-byte aligned. dst1 Pointer to lower destination row. dst1 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 attributes: +-----------------------------+-----------------------------+ | 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_S16(3MLIB), mlib_VideoUpSample422(3MLIB), mlib_VideoUpSample422_S16(3MLIB), mlib_VideoUpSample422_Nearest(3MLIB), mlib_VideoUpSample422_Nearest_S16(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_VideoUpSample420_Nearest_S16(3MLIB)
Check Out this Related Man Page
mlib_VideoUpSample420_Nearest(3MLIB) mediaLib Library Functions mlib_VideoUpSample420_Nearest(3MLIB) NAME
mlib_VideoUpSample420_Nearest - up sampling rate conversion in JFIF SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_VideoUpSample420_Nearest(mlib_u8 *dst0, mlib_u8 *dst1, const mlib_u8 *src, mlib_s32 n); DESCRIPTION
The mlib_VideoUpSample420_Nearest() function performs up sampling rate conversion used in JPEG File Interchange Format (JFIF). PARAMETERS
The function takes the following arguments: dst0 Pointer to upper destination row. dst0 must be 8-byte aligned. dst1 Pointer to lower destination row. dst1 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 attributes: +-----------------------------+-----------------------------+ | 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_S16(3MLIB), mlib_VideoUpSample420_S16(3MLIB), mlib_VideoUpSample422(3MLIB), mlib_VideoUpSample422_S16(3MLIB), mlib_VideoUpSample422_Nearest(3MLIB), mlib_VideoUpSample422_Nearest_S16(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_VideoUpSample420_Nearest(3MLIB)