mediaLib Library Functions
mlibSignalUpSampleFIRS16S16Sat(3MLIB)
NAME
mlibSignalUpSampleFIRS16S16Sat,
mlibSignalUpSampleFIRS16S16Sat - upsampling with
filtering
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalUpSampleFIRS16S16Sat(mlibs16 *dst,
const mlibs16 *src, void *state, mlibs32 n);
mlibstatus mlibSignalUpSampleFIRS16S16Sat(mlibs16 *dst,
const mlibs16 *src, void *state, mlibs32 n);
DESCRIPTION
Each of these functions performs upsampling immediately fol-
lowed by FIR filtering on one packet of signal and updates
the internal state.
PARAMETERS
Each of the functions takes the following arguments:
dst Output signal array.
src Input signal array.
state Internal state structure.
n Number of samples in the input signal array.
RETURN VALUES
Each of the functions 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
mlibSignalUpSampleFIRS16S16Sat(3MLIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibSignalUpSampleFIRFreeS16S16(3MLIB),
mlibSignalUpSampleFIRInitS16S16(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibSignalUpSampleFIRS16S16Sat(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|