mediaLib Library Functions mlibSignalFIRInitS16S16(3MLIB)
NAME
mlibSignalFIRInitS16S16, mlibSignalFIRInitS16S16S -
Finite Impulse Response (FIR) filtering
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalFIRInitS16S16(void **filter,
const mlibf32 *flt,mlibs32 tap);
mlibstatus mlibSignalFIRInitS16S16S(void **filter,
const mlibf32 *flt,mlibs32 tap);
DESCRIPTION
Each of these functions allocates memory for the internal
filter structure and converts the filter coefficients to an
internal representation.
PARAMETERS
Each of the functions takes the following arguments:
filter Internal filter structure.
flt Filter coefficient array.
tap Taps of the filter.
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 mlibSignalFIRInitS16S16(3MLIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibSignalFIRS16S16Sat(3MLIB),
mlibSignalFIRFreeS16S16(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
|