public interface Tables
| Modifier and Type | Field and Description |
|---|---|
static int[][] |
bitrate_table |
static HuffCodeTab[] |
ht |
static int[] |
largetbl
for (i = 0; i < 16*16; i++) {
largetbl[i] = ((ht[16].hlen[i]) << 16) + ht[24].hlen[i];
}
|
static int[][] |
samplerate_table
MPEG 2, MPEG 1, MPEG 2.5.
|
static int[] |
scfsi_band
This is the scfsi_band table from 2.4.2.7 of the IS.
|
static int[] |
t10HB |
static int[] |
t10l |
static int[] |
t11HB |
static int[] |
t11l |
static int[] |
t12HB |
static int[] |
t12l |
static int[] |
t13HB |
static int[] |
t13l |
static int[] |
t15HB |
static int[] |
t15l |
static int[] |
t16_5l |
static int[] |
t16HB |
static int[] |
t16l |
static int[] |
t1HB |
static int[] |
t1l |
static int[] |
t24HB |
static int[] |
t24l |
static int[] |
t2HB |
static int[] |
t2l |
static int[] |
t32HB |
static int[] |
t32l |
static int[] |
t33HB |
static int[] |
t33l |
static int[] |
t3HB |
static int[] |
t3l |
static int[] |
t5HB |
static int[] |
t5l |
static int[] |
t6HB |
static int[] |
t6l |
static int[] |
t7HB |
static int[] |
t7l |
static int[] |
t8HB |
static int[] |
t8l |
static int[] |
t9HB |
static int[] |
t9l |
static int[] |
table23
for (i = 0; i < 3*3; i++) {
table23[i] = ((ht[2].hlen[i]) << 16) + ht[3].hlen[i];
}
|
static int[] |
table56
for (i = 0; i < 4*4; i++) {
table56[i] = ((ht[5].hlen[i]) << 16) + ht[6].hlen[i];
}
|
static final int[] t1HB
static final int[] t2HB
static final int[] t3HB
static final int[] t5HB
static final int[] t6HB
static final int[] t7HB
static final int[] t8HB
static final int[] t9HB
static final int[] t10HB
static final int[] t11HB
static final int[] t12HB
static final int[] t13HB
static final int[] t15HB
static final int[] t16HB
static final int[] t24HB
static final int[] t32HB
static final int[] t33HB
static final int[] t1l
static final int[] t2l
static final int[] t3l
static final int[] t5l
static final int[] t6l
static final int[] t7l
static final int[] t8l
static final int[] t9l
static final int[] t10l
static final int[] t11l
static final int[] t12l
static final int[] t13l
static final int[] t15l
static final int[] t16_5l
static final int[] t16l
static final int[] t24l
static final int[] t32l
static final int[] t33l
static final HuffCodeTab[] ht
static final int[] largetbl
for (i = 0; i < 16*16; i++) {
largetbl[i] = ((ht[16].hlen[i]) << 16) + ht[24].hlen[i];
}
static final int[] table23
for (i = 0; i < 3*3; i++) {
table23[i] = ((ht[2].hlen[i]) << 16) + ht[3].hlen[i];
}
static final int[] table56
for (i = 0; i < 4*4; i++) {
table56[i] = ((ht[5].hlen[i]) << 16) + ht[6].hlen[i];
}
static final int[][] bitrate_table
static final int[][] samplerate_table
static final int[] scfsi_band