| _audioFlags | Sound::WMACodec | private |
| _audStream | Sound::WMACodec | private |
| _bitRate | Sound::WMACodec | private |
| _blockAlign | Sound::WMACodec | private |
| _blockLen | Sound::WMACodec | private |
| _blockLenBits | Sound::WMACodec | private |
| _blockSizeCount | Sound::WMACodec | private |
| _byteOffsetBits | Sound::WMACodec | private |
| _channels | Sound::WMACodec | private |
| _coefHuffman | Sound::WMACodec | private |
| _coefHuffmanIntTable | Sound::WMACodec | private |
| _coefHuffmanLevelTable | Sound::WMACodec | private |
| _coefHuffmanParam | Sound::WMACodec | private |
| _coefHuffmanRunTable | Sound::WMACodec | private |
| _coefs | Sound::WMACodec | private |
| _coefs1 | Sound::WMACodec | private |
| _coefsEnd | Sound::WMACodec | private |
| _coefsStart | Sound::WMACodec | private |
| _curBlock | Sound::WMACodec | private |
| _curFrame | Sound::WMACodec | private |
| _expHuffman | Sound::WMACodec | private |
| _exponentBands | Sound::WMACodec | private |
| _exponentHighBands | Sound::WMACodec | private |
| _exponentHighSizes | Sound::WMACodec | private |
| _exponents | Sound::WMACodec | private |
| _exponentsBSize | Sound::WMACodec | private |
| _exponentSizes | Sound::WMACodec | private |
| _frameLen | Sound::WMACodec | private |
| _frameLenBits | Sound::WMACodec | private |
| _frameOut | Sound::WMACodec | private |
| _framePos | Sound::WMACodec | private |
| _hgainHuffman | Sound::WMACodec | private |
| _highBandCoded | Sound::WMACodec | private |
| _highBandStart | Sound::WMACodec | private |
| _highBandValues | Sound::WMACodec | private |
| _lastBitoffset | Sound::WMACodec | private |
| _lastSuperframe | Sound::WMACodec | private |
| _lastSuperframeLen | Sound::WMACodec | private |
| _lspCosTable | Sound::WMACodec | private |
| _lspPowETable | Sound::WMACodec | private |
| _lspPowMTable1 | Sound::WMACodec | private |
| _lspPowMTable2 | Sound::WMACodec | private |
| _maxExponent | Sound::WMACodec | private |
| _mdct | Sound::WMACodec | private |
| _mdctWindow | Sound::WMACodec | private |
| _nextBlockLenBits | Sound::WMACodec | private |
| _noiseIndex | Sound::WMACodec | private |
| _noiseMult | Sound::WMACodec | private |
| _noiseTable | Sound::WMACodec | private |
| _output | Sound::WMACodec | private |
| _prevBlockLenBits | Sound::WMACodec | private |
| _resetBlockLengths | Sound::WMACodec | private |
| _sampleRate | Sound::WMACodec | private |
| _useBitReservoir | Sound::WMACodec | private |
| _useExpHuffman | Sound::WMACodec | private |
| _useNoiseCoding | Sound::WMACodec | private |
| _useVariableBlockLen | Sound::WMACodec | private |
| _version | Sound::WMACodec | private |
| calculateCoefCount(int *coefCount, int bSize) const | Sound::WMACodec | private |
| calculateIMDCT(int bSize, bool msStereo, bool *hasChannel) | Sound::WMACodec | private |
| calculateMDCTCoefficients(int bSize, bool *hasChannel, int *coefCount, int totalGain, float mdctNorm) | Sound::WMACodec | private |
| decodeBlock(Common::BitStream &bits) | Sound::WMACodec | private |
| decodeChannels(Common::BitStream &bits, int bSize, bool msStereo, bool *hasChannel) | Sound::WMACodec | private |
| decodeExpHuffman(Common::BitStream &bits, int ch) | Sound::WMACodec | private |
| decodeExpLSP(Common::BitStream &bits, int ch) | Sound::WMACodec | private |
| decodeExponents(Common::BitStream &bits, int bSize, bool *hasChannel) | Sound::WMACodec | private |
| decodeFrame(Common::BitStream &bits, int16 *outputData) | Sound::WMACodec | private |
| decodeFrame(Common::SeekableReadStream &data) | Sound::WMACodec | private |
| decodeNoise(Common::BitStream &bits, int bSize, bool *hasChannel, int *coefCount) | Sound::WMACodec | private |
| decodeRunLevel(Common::BitStream &bits, const Common::Huffman &huffman, const float *levelTable, const uint16 *runTable, int version, float *ptr, int offset, int numCoefs, int blockLen, int frameLenBits, int coefNbBits) | Sound::WMACodec | private |
| decodeSpectralCoef(Common::BitStream &bits, bool msStereo, bool *hasChannel, int *coefCount, int coefBitCount) | Sound::WMACodec | private |
| decodeSuperFrame(Common::SeekableReadStream &data) | Sound::WMACodec | private |
| endOfData() const | Sound::WMACodec | inlinevirtual |
| endOfStream() const | Sound::WMACodec | inlinevirtual |
| evalBlockLength(Common::BitStream &bits) | Sound::WMACodec | private |
| evalFlags(uint16 flags, Common::SeekableReadStream *extraData) | Sound::WMACodec | private |
| evalMDCTScales(float highFreq) | Sound::WMACodec | private |
| finish() | Sound::WMACodec | inlinevirtual |
| getBlockSizeCount(uint16 flags) | Sound::WMACodec | private |
| getChannels() const | Sound::WMACodec | inlinevirtual |
| getFlags(Common::SeekableReadStream *extraData) | Sound::WMACodec | private |
| getFrameBitLength() | Sound::WMACodec | private |
| getLargeVal(Common::BitStream &bits) | Sound::WMACodec | privatestatic |
| getNormalizedMDCTLength() const | Sound::WMACodec | private |
| getNormalizedSampleRate() | Sound::WMACodec | private |
| getRate() const | Sound::WMACodec | inlinevirtual |
| init(Common::SeekableReadStream *extraData) | Sound::WMACodec | private |
| initCoefHuffman(float bps) | Sound::WMACodec | private |
| initCoefHuffman(Common::ScopedArray< uint16 > &runTable, Common::ScopedArray< float > &levelTable, Common::ScopedArray< uint16 > &intTable, const WMACoefHuffmanParam ¶ms) | Sound::WMACodec | private |
| initExponents() | Sound::WMACodec | private |
| initLSPToCurve() | Sound::WMACodec | private |
| initMDCT() | Sound::WMACodec | private |
| initNoise() | Sound::WMACodec | private |
| isFinished() const | Sound::WMACodec | inlinevirtual |
| kBlockBitsMax | Sound::WMACodec | privatestatic |
| kBlockBitsMin | Sound::WMACodec | privatestatic |
| kBlockNBSizes | Sound::WMACodec | privatestatic |
| kBlockSizeMax | Sound::WMACodec | privatestatic |
| kChannelsMax | Sound::WMACodec | privatestatic |
| kHighBandSizeMax | Sound::WMACodec | privatestatic |
| kLSPPowBits | Sound::WMACodec | privatestatic |
| kNoiseTabSize | Sound::WMACodec | privatestatic |
| kSizeInvalid | Sound::AudioStream | static |
| kSuperframeSizeMax | Sound::WMACodec | privatestatic |
| lspToCurve(float *out, float *val_max_ptr, int n, float *lsp) | Sound::WMACodec | private |
| pow_m1_4(float x) const | Sound::WMACodec | private |
| queuePacket(Common::SeekableReadStream *data) | Sound::WMACodec | virtual |
| readBuffer(int16 *buffer, const size_t numSamples) | Sound::WMACodec | inlinevirtual |
| readTotalGain(Common::BitStream &bits) | Sound::WMACodec | privatestatic |
| totalGainToBits(int totalGain) | Sound::WMACodec | privatestatic |
| useNoiseCoding(float &highFreq, float &bps) | Sound::WMACodec | private |
| window(float *out) const | Sound::WMACodec | private |
| WMACodec(int version, uint32 sampleRate, uint8 channels, uint32 bitRate, uint32 blockAlign, Common::SeekableReadStream *extraData=0) | Sound::WMACodec | |
| ~AudioStream() | Sound::AudioStream | inlinevirtual |
| ~PacketizedAudioStream() | Sound::PacketizedAudioStream | inlinevirtual |
| ~WMACodec() | Sound::WMACodec | |