mediaLib Library Functions
mlibVideoUpSample420NearestS16(3MLIB)
NAME
mlibVideoUpSample420NearestS16 - up sampling rate conver-
sion in JFIF
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibVideoUpSample420NearestS16(mlibs16 *dst0,
mlibs16 *dst1, const mlibs16 *src, mlibs32 n);
DESCRIPTION
The mlibVideoUpSample420NearestS16() function performs up
sampling rate conversion used in JPEG File Interchange For-
mat (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 MLIBSUCES if successful. Otherwise
it returns MLIBFAILURE.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions
mlibVideoUpSample420NearestS16(3MLIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibVideoDownSample420(3MLIB),
mlibVideoDownSample420S16(3MLIB),
mlibVideoDownSample422(3MLIB),
mlibVideoDownSample422S16(3MLIB),
mlibVideoUpSample420(3MLIB),
mlibVideoUpSample420Nearest(3MLIB),
mlibVideoUpSample420S16(3MLIB),
mlibVideoUpSample422(3MLIB),
mlibVideoUpSample422S16(3MLIB),
mlibVideoUpSample422Nearest(3MLIB),
mlibVideoUpSample422NearestS16(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibVideoUpSample420NearestS16(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|