#include <math.h>#include "stdafx.h"#include "sndfile.h"Include dependency graph for sndfile.cpp:

Go to the source code of this file.
Defines | |
| #define | MMCMP_SUPPORT |
| #define | MAX_PACK_TABLES 3 |
Functions | |
| BOOL | MMCMP_Unpack (LPCBYTE *ppMemFile, LPDWORD pdwMemLength) |
| void | AMSUnpack (const char *psrc, UINT inputlen, char *pdest, UINT dmax, char packcharacter) |
| WORD | MDLReadBits (DWORD &bitbuf, UINT &bitnum, LPBYTE &ibuf, CHAR n) |
| int | DMFUnpack (LPBYTE psample, LPBYTE ibuf, LPBYTE ibufmax, UINT maxlen) |
| DWORD | ITReadBits (DWORD &bitbuf, UINT &bitnum, LPBYTE &ibuf, CHAR n) |
| void | ITUnpack8Bit (signed char *pSample, DWORD dwLen, LPBYTE lpMemFile, DWORD dwMemLength, BOOL b215) |
| void | ITUnpack16Bit (signed char *pSample, DWORD dwLen, LPBYTE lpMemFile, DWORD dwMemLength, BOOL b215) |
Variables | |
| static const signed char | UnpackTable [MAX_PACK_TABLES][16] |
|
|
Definition at line 30 of file sndfile.cpp. Referenced by CSoundFile::CanPackSample(). |
|
|
Definition at line 15 of file sndfile.cpp. |
|
||||||||||||||||||||||||
|
Definition at line 566 of file load_ams.cpp. Referenced by CSoundFile::ReadSample(). |
|
||||||||||||||||||||
|
Definition at line 573 of file load_dmf.cpp. References DMFNewNode(), and DMFReadBits(). Referenced by CSoundFile::ReadSample(). |
|
||||||||||||||||||||
|
Definition at line 1100 of file load_it.cpp. Referenced by ITUnpack16Bit(), and ITUnpack8Bit(). |
|
||||||||||||||||||||||||
|
Definition at line 1209 of file load_it.cpp. References bswapLE16, d, ITReadBits(), and shift. Referenced by CSoundFile::ReadSample(). |
|
||||||||||||||||||||||||
|
Definition at line 1127 of file load_it.cpp. References bswapLE16, d, ITReadBits(), and shift. Referenced by CSoundFile::ReadSample(). |
|
||||||||||||||||||||
|
Definition at line 492 of file load_mdl.cpp. Referenced by CSoundFile::ReadSample(). |
|
||||||||||||
|
|
Initial value:
{
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0, 1, 2, 4, 8, 16, 32, 64,
-1, -2, -4, -8, -16, -32, -48, -64},
{0, 1, 2, 3, 5, 7, 12, 19,
-1, -2, -3, -5, -7, -12, -19, -31}
}
Definition at line 34 of file sndfile.cpp. Referenced by CSoundFile::CanPackSample(). |
1.4.2