Content-type: text/html Man page of mlib_SignalLPCPerceptWeightFree_S16

mlib_SignalLPCPerceptWeightFree_S16

Section: mediaLib Library Functions (3MLIB)
Updated: 2 Mar 2007
Index Return to Main Contents
 

NAME

mlib_SignalLPCPerceptWeightFree_S16, mlib_SignalLPCPerceptWeightFree_F32 - clean up for perceptual weighting  

SYNOPSIS

cc [ flag... ] file... -lmlib [ library... ]
#include <mlib.h>

void mlib_SignalLPCPerceptWeightFree_S16(void *state);

void mlib_SignalLPCPerceptWeightFree_F32(void *state);

 

DESCRIPTION

Each of these functions frees the internal state structure for perceptual weighting 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.  

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE

Interface StabilityCommitted

MT-Level

 

SEE ALSO

mlib_SignalLPCPerceptWeightInit_S16(3MLIB), mlib_SignalLPCPerceptWeightInit_F32(3MLIB), mlib_SignalLPCPerceptWeight_S16(3MLIB), mlib_SignalLPCPerceptWeight_F32(3MLIB), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
RETURN VALUES
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:38:29 GMT, October 02, 2010