OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
statname.h File Reference

Go to the source code of this file.

Macros

#define STAT_PREFIX   xmp3
 
#define STATCC1(x, y, z)
 
#define STATCC2(x, y, z)
 
#define STATNAME(func)
 
#define CheckPadBit   STATNAME(CheckPadBit)
 
#define UnpackFrameHeader   STATNAME(UnpackFrameHeader)
 
#define UnpackSideInfo   STATNAME(UnpackSideInfo)
 
#define 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)
 

Macro Definition Documentation

◆ AllocateBuffers

#define AllocateBuffers ( void)
Value:
#define STATNAME(func)
Definition statname.h:57
#define AllocateBuffers
Definition statname.h:66

Definition at line 66 of file statname.h.

◆ bitrateTab

#define bitrateTab   STATNAME(bitrateTab)

Definition at line 75 of file statname.h.

◆ bitsPerSlotTab

#define bitsPerSlotTab   STATNAME(bitsPerSlotTab)

Definition at line 77 of file statname.h.

◆ CheckPadBit

#define CheckPadBit   STATNAME(CheckPadBit)

Definition at line 63 of file statname.h.

◆ DecodeHuffman

#define DecodeHuffman   STATNAME(DecodeHuffman)

Definition at line 68 of file statname.h.

◆ Dequantize

#define Dequantize   STATNAME(Dequantize)

Definition at line 69 of file statname.h.

◆ FreeBuffers

#define FreeBuffers   STATNAME(FreeBuffers)

Definition at line 67 of file statname.h.

◆ IMDCT

#define IMDCT   STATNAME(IMDCT)

Definition at line 70 of file statname.h.

◆ samplerateTab

#define samplerateTab   STATNAME(samplerateTab)

Definition at line 74 of file statname.h.

◆ samplesPerFrameTab

#define samplesPerFrameTab   STATNAME(samplesPerFrameTab)

Definition at line 76 of file statname.h.

◆ sfBandTable

#define sfBandTable   STATNAME(sfBandTable)

Definition at line 80 of file statname.h.

◆ sideBytesTab

#define sideBytesTab   STATNAME(sideBytesTab)

Definition at line 78 of file statname.h.

◆ slotTab

#define slotTab   STATNAME(slotTab)

Definition at line 79 of file statname.h.

◆ STAT_PREFIX

#define STAT_PREFIX   xmp3

Definition at line 51 of file statname.h.

◆ STATCC1

#define STATCC1 ( x,
y,
z )
Value:
UINT16 y
Definition BmfFile.h:84
UINT16 x
Definition BmfFile.h:83
#define STATCC2(x, y, z)
Definition statname.h:54

Definition at line 53 of file statname.h.

◆ STATCC2

#define STATCC2 ( x,
y,
z )
Value:
x##y##z

Definition at line 54 of file statname.h.

◆ STATNAME

#define STATNAME ( func)
Value:
#define STATCC1(x, y, z)
Definition statname.h:53
#define STAT_PREFIX
Definition statname.h:51

Definition at line 57 of file statname.h.

◆ Subband

#define Subband   STATNAME(Subband)

Definition at line 72 of file statname.h.

◆ UnpackFrameHeader

#define UnpackFrameHeader   STATNAME(UnpackFrameHeader)

Definition at line 64 of file statname.h.

◆ UnpackScaleFactors

#define UnpackScaleFactors   STATNAME(UnpackScaleFactors)

Definition at line 71 of file statname.h.

◆ UnpackSideInfo

#define UnpackSideInfo   STATNAME(UnpackSideInfo)

Definition at line 65 of file statname.h.