Paraslash Audio Streaming
About
News
Download
Documentation
Development
Data Structures
|
Macros
wmadata.h File Reference
Data Structures
struct
coef_vlc_table
Macros
#define
NB_LSP_COEFS
10
#define
DEF_COEF_TABLE
(_x)
Detailed Description
Various WMA tables.
Macro Definition Documentation
◆
NB_LSP_COEFS
#define NB_LSP_COEFS 10
◆
DEF_COEF_TABLE
#define DEF_COEF_TABLE
(
_x
)
Value:
{ \
.n =
sizeof
(coef ## _x ## _huffbits), \
.huffcodes = coef ## _x ## _huffcodes, \
.huffbits = coef ## _x ##_huffbits, \
.levels = levels ## _x}