"L. Spiro Engine"
Static Public Member Functions | Static Protected Attributes

lss::COggWindow Class Reference

Ogg window functions. More...

#include <LSSOggWindow.h>

List of all members.

Static Public Member Functions

static LSFLOAT * _vorbis_window_get (LSINT32 _i32N)
static LSVOID _vorbis_apply_window (LSFLOAT *_pfD, LSINT32 *_pi32WinNo, LSINT32 *_pi32BlockSizes, LSINT32 _i32Lw, LSINT32 _i32W, LSINT32 _i32Nw)

Static Protected Attributes

static LSFLOAT m_fWin64 [32]
static LSFLOAT m_fWin128 [64]
static LSFLOAT m_fWin256 [128]
static LSFLOAT m_fWin512 [256]
static LSFLOAT m_fWin1024 [512]
static LSFLOAT m_fWin2048 [1024]
static LSFLOAT m_fWin4096 [2048]
static LSFLOAT m_fWin8192 [4096]
static LSFLOAT * m_pfWin [8]

Detailed Description

Ogg window functions.

Class COggWindow Description: Ogg window functions.


Member Function Documentation

static LSVOID lss::COggWindow::_vorbis_apply_window ( LSFLOAT *  _pfD,
LSINT32 *  _pi32WinNo,
LSINT32 *  _pi32BlockSizes,
LSINT32  _i32Lw,
LSINT32  _i32W,
LSINT32  _i32Nw 
) [static]

Undocumented function from the Ogg library.

Parameters:
_pfDUndocumented parameter from the Ogg library.
_pi32WinNoUndocumented parameter from the Ogg library.
_pi32BlockSizesUndocumented parameter from the Ogg library.
_i32LwUndocumented parameter from the Ogg library.
_i32WUndocumented parameter from the Ogg library.
_i32NwUndocumented parameter from the Ogg library.
static LSFLOAT* lss::COggWindow::_vorbis_window_get ( LSINT32  _i32N) [static]

Undocumented function from the Ogg library.

Parameters:
_i32NUndocumented parameter from the Ogg library.
Returns:
Undocumented return from the Ogg library.

Member Data Documentation

LSFLOAT lss::COggWindow::m_fWin1024[512] [static, protected]

Undocumented data from the Ogg library.

LSFLOAT lss::COggWindow::m_fWin128[64] [static, protected]

Undocumented data from the Ogg library.

LSFLOAT lss::COggWindow::m_fWin2048[1024] [static, protected]

Undocumented data from the Ogg library.

LSFLOAT lss::COggWindow::m_fWin256[128] [static, protected]

Undocumented data from the Ogg library.

LSFLOAT lss::COggWindow::m_fWin4096[2048] [static, protected]

Undocumented data from the Ogg library.

LSFLOAT lss::COggWindow::m_fWin512[256] [static, protected]

Undocumented data from the Ogg library.

LSFLOAT lss::COggWindow::m_fWin64[32] [static, protected]

Undocumented data from the Ogg library.

LSFLOAT lss::COggWindow::m_fWin8192[4096] [static, protected]

Undocumented data from the Ogg library.

LSFLOAT* lss::COggWindow::m_pfWin[8] [static, protected]

Undocumented data from the Ogg library.


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