mediaLib Library Functions mlibSignalFIRFreeS16S16(3MLIB)
NAME
mlibSignalFIRFreeS16S16, mlibSignalFIRFreeS16S16S -
Finite Impulse Response (FIR) filtering
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlibSignalFIRFreeS16S16(void *filter);
void mlibSignalFIRFreeS16S16S(void *filter);
DESCRIPTION
Each of these functions releases the memory allocated for
the internal filter structure.
PARAMETERS
Each of the functions takes the following arguments:
filter Internal filter structure.
RETURN VALUES
None.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibSignalFIRS16S16Sat(3MLIB),
mlibSignalFIRInitS16S16(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|