mediaLib Library Functions
mlibSignalLPCAutoCorrelFreeS16(3MLIB)
NAME
mlibSignalLPCAutoCorrelFreeS16,
mlibSignalLPCAutoCorrelFreeF32 - clean up for autocorrela-
tion method
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlibSignalLPCAutoCorrelFreeS16(void *state);
void mlibSignalLPCAutoCorrelFreeF32(void *state);
DESCRIPTION
Each of these functions frees the internal state structure
for autocorrelation method of linear predictive coding
(LPC).
This function cleans up the internal state structure and
releases all memory buffers.
PARAMETERS
Each of the functions takes the following arguments:
state Pointer to the internal state 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
mlibSignalLPCAutoCorrelInitS16(3MLIB),
mlibSignalLPCAutoCorrelInitF32(3MLIB),
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions
mlibSignalLPCAutoCorrelFreeS16(3MLIB)
mlibSignalLPCAutoCorrelS16(3MLIB),
mlibSignalLPCAutoCorrelS16Adp(3MLIB),
mlibSignalLPCAutoCorrelF32(3MLIB),
mlibSignalLPCAutoCorrelGetEnergyS16(3MLIB),
mlibSignalLPCAutoCorrelGetEnergyF32(3MLIB),
mlibSignalLPCAutoCorrelGetPARCORS16(3MLIB),
mlibSignalLPCAutoCorrelGetPARCORF32(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibSignalLPCAutoCorrelFreeS16(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|