"L. Spiro Engine"
Static Public Member Functions

lss::CVorbisLpc Class Reference

LPC low level routines. More...

#include <LSSVorbisLpc.h>

List of all members.

Static Public Member Functions

static LSFLOAT vorbis_lpc_from_data (LSFLOAT *_pfData, LSFLOAT *_pfLpcI, LSINT32 _i32N, LSINT32 _i32M)
static LSVOID vorbis_lpc_predict (LSFLOAT *_pfCoeff, LSFLOAT *_pfPrime, LSINT32 _i32M, LSFLOAT *_pfData, LSINT32 _i32N)

Detailed Description

LPC low level routines.

Class CVorbisLpc Description: LPC low level routines.


Member Function Documentation

static LSFLOAT lss::CVorbisLpc::vorbis_lpc_from_data ( LSFLOAT *  _pfData,
LSFLOAT *  _pfLpcI,
LSINT32  _i32N,
LSINT32  _i32M 
) [static]

Undocumented function from the Vorbis library.

Parameters:
_pfDataUndocumented parameter from the Vorbis library.
_pfLpcIUndocumented parameter from the Vorbis library.
_i32NUndocumented parameter from the Vorbis library.
_i32MUndocumented parameter from the Vorbis library.
Returns:
Undocumented return from the Vorbis library.
static LSVOID lss::CVorbisLpc::vorbis_lpc_predict ( LSFLOAT *  _pfCoeff,
LSFLOAT *  _pfPrime,
LSINT32  _i32M,
LSFLOAT *  _pfData,
LSINT32  _i32N 
) [static]

Undocumented function from the Vorbis library.

Parameters:
_pfCoeffUndocumented parameter from the Vorbis library.
_pfPrimeUndocumented parameter from the Vorbis library.
_i32MUndocumented parameter from the Vorbis library.
_pfDataUndocumented parameter from the Vorbis library.
_i32NUndocumented parameter from the Vorbis library.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator