|
"L. Spiro Engine"
|
LPC low level routines. More...
#include <LSSVorbisLpc.h>
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) |
LPC low level routines.
Class CVorbisLpc Description: LPC low level routines.
| static LSFLOAT lss::CVorbisLpc::vorbis_lpc_from_data | ( | LSFLOAT * | _pfData, |
| LSFLOAT * | _pfLpcI, | ||
| LSINT32 | _i32N, | ||
| LSINT32 | _i32M | ||
| ) | [static] |
Undocumented function from the Vorbis library.
| _pfData | Undocumented parameter from the Vorbis library. |
| _pfLpcI | Undocumented parameter from the Vorbis library. |
| _i32N | Undocumented parameter from the Vorbis library. |
| _i32M | Undocumented parameter 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.
| _pfCoeff | Undocumented parameter from the Vorbis library. |
| _pfPrime | Undocumented parameter from the Vorbis library. |
| _i32M | Undocumented parameter from the Vorbis library. |
| _pfData | Undocumented parameter from the Vorbis library. |
| _i32N | Undocumented parameter from the Vorbis library. |
1.7.3