
Go to the source code of this file.
Defines | |
| #define | STAT_PREFIX xmp3 |
| #define | STATCC1(x, y, z) STATCC2(x,y,z) |
| #define | STATCC2(x, y, z) x##y##z |
| #define | STATNAME(func) STATCC1(STAT_PREFIX, _, func) |
| #define | CheckPadBit STATNAME(CheckPadBit) |
| #define | UnpackFrameHeader STATNAME(UnpackFrameHeader) |
| #define | UnpackSideInfo STATNAME(UnpackSideInfo) |
| #define | AllocateBuffers STATNAME(AllocateBuffers) |
| #define | FreeBuffers STATNAME(FreeBuffers) |
| #define | DecodeHuffman STATNAME(DecodeHuffman) |
| #define | Dequantize STATNAME(Dequantize) |
| #define | IMDCT STATNAME(IMDCT) |
| #define | UnpackScaleFactors STATNAME(UnpackScaleFactors) |
| #define | Subband STATNAME(Subband) |
| #define | samplerateTab STATNAME(samplerateTab) |
| #define | bitrateTab STATNAME(bitrateTab) |
| #define | samplesPerFrameTab STATNAME(samplesPerFrameTab) |
| #define | bitsPerSlotTab STATNAME(bitsPerSlotTab) |
| #define | sideBytesTab STATNAME(sideBytesTab) |
| #define | slotTab STATNAME(slotTab) |
| #define | sfBandTable STATNAME(sfBandTable) |
| #define STAT_PREFIX xmp3 |
Definition at line 51 of file statname.h.
| #define STATCC1 | ( | x, | |
| y, | |||
| z | |||
| ) | STATCC2(x,y,z) |
Definition at line 53 of file statname.h.
| #define STATCC2 | ( | x, | |
| y, | |||
| z | |||
| ) | x##y##z |
Definition at line 54 of file statname.h.
| #define STATNAME | ( | func | ) | STATCC1(STAT_PREFIX, _, func) |
Definition at line 57 of file statname.h.
| #define CheckPadBit STATNAME(CheckPadBit) |
Definition at line 63 of file statname.h.
| #define UnpackFrameHeader STATNAME(UnpackFrameHeader) |
Definition at line 64 of file statname.h.
| #define UnpackSideInfo STATNAME(UnpackSideInfo) |
Definition at line 65 of file statname.h.
| #define AllocateBuffers STATNAME(AllocateBuffers) |
Definition at line 66 of file statname.h.
| #define FreeBuffers STATNAME(FreeBuffers) |
Definition at line 67 of file statname.h.
| #define DecodeHuffman STATNAME(DecodeHuffman) |
Definition at line 68 of file statname.h.
| #define Dequantize STATNAME(Dequantize) |
Definition at line 69 of file statname.h.
| #define IMDCT STATNAME(IMDCT) |
Definition at line 70 of file statname.h.
| #define UnpackScaleFactors STATNAME(UnpackScaleFactors) |
Definition at line 71 of file statname.h.
| #define Subband STATNAME(Subband) |
Definition at line 72 of file statname.h.
| #define samplerateTab STATNAME(samplerateTab) |
Definition at line 74 of file statname.h.
| #define bitrateTab STATNAME(bitrateTab) |
Definition at line 75 of file statname.h.
| #define samplesPerFrameTab STATNAME(samplesPerFrameTab) |
Definition at line 76 of file statname.h.
| #define bitsPerSlotTab STATNAME(bitsPerSlotTab) |
Definition at line 77 of file statname.h.
| #define sideBytesTab STATNAME(sideBytesTab) |
Definition at line 78 of file statname.h.
Definition at line 79 of file statname.h.
| #define sfBandTable STATNAME(sfBandTable) |
Definition at line 80 of file statname.h.