NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
SBC_ENC_PARAMS_TAG Struct Reference

Description

Definition at line 154 of file sbc_encoder.h.

Public Attributes

SINT16 s16SamplingFreq
 
SINT16 s16ChannelMode
 
SINT16 s16NumOfSubBands
 
SINT16 s16NumOfChannels
 
SINT16 s16NumOfBlocks
 
SINT16 s16AllocationMethod
 
SINT16 s16BitPool
 
UINT16 u16BitRate
 
UINT8 u8NumPacketToEncode
 
SINT16 as16Join [8]
 
SINT16 s16MaxBitNeed
 
SINT16 as16ScaleFactor [2 *8]
 
SINT16 * ps16NextPcmBuffer
 
SINT16 as16PcmBuffer [1 *16 *2 *8]
 
SINT16 s16ScartchMemForBitAlloc [16]
 
SINT32 s32SbBuffer [2 *8 *16]
 
SINT16 as16Bits [2 *8]
 
UINT8 * pu8Packet
 
UINT8 * pu8NextPacket
 
UINT16 FrameHeader
 
UINT16 u16PacketLength
 

Member Data Documentation

◆ s16SamplingFreq

SINT16 SBC_ENC_PARAMS_TAG::s16SamplingFreq

Definition at line 156 of file sbc_encoder.h.

◆ s16ChannelMode

SINT16 SBC_ENC_PARAMS_TAG::s16ChannelMode

Definition at line 157 of file sbc_encoder.h.

◆ s16NumOfSubBands

SINT16 SBC_ENC_PARAMS_TAG::s16NumOfSubBands

Definition at line 158 of file sbc_encoder.h.

◆ s16NumOfChannels

SINT16 SBC_ENC_PARAMS_TAG::s16NumOfChannels

Definition at line 159 of file sbc_encoder.h.

◆ s16NumOfBlocks

SINT16 SBC_ENC_PARAMS_TAG::s16NumOfBlocks

Definition at line 160 of file sbc_encoder.h.

◆ s16AllocationMethod

SINT16 SBC_ENC_PARAMS_TAG::s16AllocationMethod

Definition at line 161 of file sbc_encoder.h.

◆ s16BitPool

SINT16 SBC_ENC_PARAMS_TAG::s16BitPool

Definition at line 162 of file sbc_encoder.h.

◆ u16BitRate

UINT16 SBC_ENC_PARAMS_TAG::u16BitRate

Definition at line 164 of file sbc_encoder.h.

◆ u8NumPacketToEncode

UINT8 SBC_ENC_PARAMS_TAG::u8NumPacketToEncode

Definition at line 165 of file sbc_encoder.h.

◆ as16Join

SINT16 SBC_ENC_PARAMS_TAG::as16Join[8]

Definition at line 167 of file sbc_encoder.h.

◆ s16MaxBitNeed

SINT16 SBC_ENC_PARAMS_TAG::s16MaxBitNeed

Definition at line 170 of file sbc_encoder.h.

◆ as16ScaleFactor

SINT16 SBC_ENC_PARAMS_TAG::as16ScaleFactor[2 *8]

Definition at line 171 of file sbc_encoder.h.

◆ ps16NextPcmBuffer

SINT16* SBC_ENC_PARAMS_TAG::ps16NextPcmBuffer

Definition at line 173 of file sbc_encoder.h.

◆ as16PcmBuffer

SINT16 SBC_ENC_PARAMS_TAG::as16PcmBuffer[1 *16 *2 *8]

Definition at line 177 of file sbc_encoder.h.

◆ s16ScartchMemForBitAlloc

SINT16 SBC_ENC_PARAMS_TAG::s16ScartchMemForBitAlloc[16]

Definition at line 180 of file sbc_encoder.h.

◆ s32SbBuffer

SINT32 SBC_ENC_PARAMS_TAG::s32SbBuffer[2 *8 *16]

Definition at line 182 of file sbc_encoder.h.

◆ as16Bits

SINT16 SBC_ENC_PARAMS_TAG::as16Bits[2 *8]

Definition at line 184 of file sbc_encoder.h.

◆ pu8Packet

UINT8* SBC_ENC_PARAMS_TAG::pu8Packet

Definition at line 186 of file sbc_encoder.h.

◆ pu8NextPacket

UINT8* SBC_ENC_PARAMS_TAG::pu8NextPacket

Definition at line 187 of file sbc_encoder.h.

◆ FrameHeader

UINT16 SBC_ENC_PARAMS_TAG::FrameHeader

Definition at line 188 of file sbc_encoder.h.

◆ u16PacketLength

UINT16 SBC_ENC_PARAMS_TAG::u16PacketLength

Definition at line 189 of file sbc_encoder.h.