diff options
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), +}; |
