public class TranscodeTableSupport extends java.lang.Object implements TranscodingInstruction
| Modifier and Type | Field and Description |
|---|---|
static int |
WORDINDEX_SHIFT_BITS |
FOURbt, FUNii, FUNio, FUNsi, FUNsio, FUNso, GB4bt, INVALID, LAST, NOMAP, NOMAP_RESUME_1, ONEbt, STR1, THREEbt, TWObt, UNDEF, ZERObt, ZeroXResume_1, ZeroXResume_2| Constructor and Description |
|---|
TranscodeTableSupport() |
| Modifier and Type | Method and Description |
|---|---|
static int |
funsio(int diff) |
static int |
g4(int b0,
int b1,
int b2,
int b3) |
static int |
getBT0(int a) |
static int |
getBT1(int a) |
static int |
getBT2(int a) |
static int |
getBT3(int a) |
static int |
INFO2WORDINDEX(int info) |
static int |
makeSTR1(int bi) |
static byte |
makeSTR1LEN(int len) |
static int |
o1(int b1) |
static int |
o2(int b1,
int b2) |
static int |
o2FUNii(int b1,
int b2) |
static int |
o3(int b1,
int b2,
int b3) |
static int |
o4(int b0,
int b1,
int b2,
int b3) |
static int |
WORDINDEX2INFO(int widx) |
public static final int WORDINDEX_SHIFT_BITS
public static int WORDINDEX2INFO(int widx)
public static int INFO2WORDINDEX(int info)
public static int makeSTR1(int bi)
public static byte makeSTR1LEN(int len)
public static int o1(int b1)
public static int o2(int b1,
int b2)
public static int o3(int b1,
int b2,
int b3)
public static int o4(int b0,
int b1,
int b2,
int b3)
public static int g4(int b0,
int b1,
int b2,
int b3)
public static int funsio(int diff)
public static int getBT1(int a)
public static int getBT2(int a)
public static int getBT3(int a)
public static int getBT0(int a)
public static int o2FUNii(int b1,
int b2)