API reference
API reference
Select your platform
No SDKs available
No versions available

Huffman Class

Internal Static Methods

Decode ( br , table , x , y )
Signature
static void Meta.Voice.NLayer.Decoder.Huffman.Decode(BitReservoir br, int table, out float x, out float y)
Parameters
table: int
x: out float
y: out float
Returns
void
Decode ( br , table , x , y , v , w )
Signature
static void Meta.Voice.NLayer.Decoder.Huffman.Decode(BitReservoir br, int table, out float x, out float y, out float v, out float w)
Parameters
table: int
x: out float
y: out float
v: out float
w: out float
Returns
void