mediaLib Library Functions
mlibSignalUpSampleFIRInitS16S16(3MLIB)
NAME
mlibSignalUpSampleFIRInitS16S16,
mlibSignalUpSampleFIRInitS16S16S - upsampling with
filtering
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalUpSampleFIRInitS16S16(void **state,
const mlibf32 *flt, mlibs32 tap, mlibs32 factor,
mlibs32 phase);
mlibstatus mlibSignalUpSampleFIRInitS16S16S(void **state,
const mlibf32 *flt, mlibs32 tap, mlibs32 factor,
mlibs32 phase);
DESCRIPTION
Each of these functions allocates memory for the internal
state structure and converts the parameters into an internal
representation for upsampling immediately followed by FIR
filtering.
PARAMETERS
Each of the functions takes the following arguments:
state Internal state structure.
flt Filter coefficient array.
tap Taps of the filter.
factor Factor by which to upsample.
phase Parameter that determines the relative position of
an input value, within the output signal. 0 <
phase < factor.
RETURN VALUES
Each of the functions returns MLIBSUCES if successful.
Otherwise it returns MLIBFAILURE.
ATRIBUTES
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions
mlibSignalUpSampleFIRInitS16S16(3MLIB)
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibSignalUpSampleFIRS16S16Sat(3MLIB),
mlibSignalUpSampleFIRFreeS16S16(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibSignalUpSampleFIRInitS16S16(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|