diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-22 17:07:39 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-22 17:07:39 +0000 |
| commit | 37da2899f40661e3e9631e497da8dc59b971cbd0 (patch) | |
| tree | cbc6d4680e347d906f5fa7fca73214418741df72 /appl/wm/mpeg/mbb.tab | |
| parent | 54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff) | |
20060303a
Diffstat (limited to 'appl/wm/mpeg/mbb.tab')
| -rw-r--r-- | appl/wm/mpeg/mbb.tab | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/appl/wm/mpeg/mbb.tab b/appl/wm/mpeg/mbb.tab new file mode 100644 index 00000000..4707d394 --- /dev/null +++ b/appl/wm/mpeg/mbb.tab @@ -0,0 +1,69 @@ +# vlc mbb +mbb_size: con 64; +mbb_bits: con 6; +mbb_table:= array[] of { + (0, UNDEF), + (6, 10), + (6, 6), + (6, 4), + (5, 8), + (5, 8), + (5, 9), + (5, 9), + (4, 0), + (4, 0), + (4, 0), + (4, 0), + (4, 3), + (4, 3), + (4, 3), + (4, 3), + (3, 1), + (3, 1), + (3, 1), + (3, 1), + (3, 1), + (3, 1), + (3, 1), + (3, 1), + (3, 5), + (3, 5), + (3, 5), + (3, 5), + (3, 5), + (3, 5), + (3, 5), + (3, 5), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 2), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), + (2, 7), +}; |
