#include </home/clem/local/src/opie/core/multimedia/opieplayer/libflash/adpcm.h>
Public Member Functions | |
| Adpcm (unsigned char *buffer, long isStereo) | |
| void | Decompress (short *dst, long n) |
Private Member Functions | |
| void | FillBuffer () |
| long | GetBits (int n) |
| long | GetSBits (int n) |
Private Attributes | |
| long | stereo |
| int | nBits |
| long | valpred [2] |
| int | index [2] |
| long | nSamples |
| unsigned char * | src |
| long | bitBuf |
| int | bitPos |
|
||||||||||||
|
Definition at line 83 of file adpcm.cc. References bitBuf, bitPos, nBits, nSamples, src, and stereo. |
|
||||||||||||
|
Definition at line 105 of file adpcm.cc. References GetBits(), GetSBits(), i, index, indexTables, nBits, ns, nSamples, stepsizeTable, stereo, and valpred. Referenced by CInputScript::ParseDefineSound(). |
|
|
Definition at line 96 of file adpcm.cc. References bitBuf, bitPos, and src. Referenced by GetBits(), and GetSBits(). |
|
|
Definition at line 53 of file adpcm.cc. References assert, bitBuf, bitPos, FillBuffer(), and v. Referenced by Decompress(). |
|
|
Definition at line 66 of file adpcm.cc. References assert, bitBuf, bitPos, FillBuffer(), and v. Referenced by Decompress(). |
|
|
Definition at line 17 of file adpcm.h. Referenced by Adpcm(), FillBuffer(), GetBits(), and GetSBits(). |
|
|
Definition at line 18 of file adpcm.h. Referenced by Adpcm(), FillBuffer(), GetBits(), and GetSBits(). |
|
|
Definition at line 11 of file adpcm.h. Referenced by Decompress(). |
|
|
Definition at line 8 of file adpcm.h. Referenced by Adpcm(), and Decompress(). |
|
|
Definition at line 13 of file adpcm.h. Referenced by Adpcm(), and Decompress(). |
|
|
Definition at line 16 of file adpcm.h. Referenced by Adpcm(), and FillBuffer(). |
|
|
Definition at line 7 of file adpcm.h. Referenced by Adpcm(), and Decompress(). |
|
|
Definition at line 10 of file adpcm.h. Referenced by Decompress(). |
1.4.2