![]() |
Twilight Princess
Remastered version of the GameCube game
|
Public Types | |
enum | EIntegerEncoding { JustBits , Quint , Trit } |
Public Member Functions | |
IntegerEncoded (EIntegerEncoding _Encoding, int NumBits) | |
bool | MatchesEncoding (IntegerEncoded Other) |
EIntegerEncoding | GetEncoding () |
int | GetBitLength (int NumberVals) |
Static Public Member Functions | |
static IntegerEncoded | CreateEncoding (int MaxVal) |
static void | DecodeTritBlock (ASTCDecoder.BitArrayStream BitStream, List< IntegerEncoded > ListIntegerEncoded, int NumberBitsPerValue) |
static void | DecodeQuintBlock (ASTCDecoder.BitArrayStream BitStream, List< IntegerEncoded > ListIntegerEncoded, int NumberBitsPerValue) |
static void | DecodeIntegerSequence (List< IntegerEncoded > DecodeIntegerSequence, ASTCDecoder.BitArrayStream BitStream, int MaxRange, int NumberValues) |
Public Attributes | |
EIntegerEncoding | Encoding |
Properties | |
int | NumberBits [get, private set] |
int | BitValue [get, private set] |
int | TritValue [get, private set] |
int | QuintValue [get, private set] |
IntegerEncoded.IntegerEncoded | ( | EIntegerEncoding | _Encoding, |
int | NumBits ) |
|
static |
|
static |
|
static |
|
static |
int IntegerEncoded.GetBitLength | ( | int | NumberVals | ) |
EIntegerEncoding IntegerEncoded.GetEncoding | ( | ) |
bool IntegerEncoded.MatchesEncoding | ( | IntegerEncoded | Other | ) |
EIntegerEncoding IntegerEncoded.Encoding |
|
getprivate set |
|
getprivate set |
|
getprivate set |
|
getprivate set |