Mercurial > libavcodec.hg
comparison mpeg4data.h @ 254:b4fed8b24e3a libavcodec
gmc bitstream decoding support (the real motion compensation isnt implemnted yet)
| author | michaelni |
|---|---|
| date | Thu, 07 Mar 2002 13:27:15 +0000 |
| parents | 4448dd55d415 |
| children | 7d941b8c4e84 |
comparison
equal
deleted
inserted
replaced
| 253:4448dd55d415 | 254:b4fed8b24e3a |
|---|---|
| 91 67, | 91 67, |
| 92 intra_vlc, | 92 intra_vlc, |
| 93 intra_run, | 93 intra_run, |
| 94 intra_level, | 94 intra_level, |
| 95 }; | 95 }; |
| 96 | |
| 97 static const UINT16 sprite_trajectory_tab[15][2] = { | |
| 98 {0x00, 2}, {0x02, 3}, {0x03, 3}, {0x04, 3}, {0x05, 3}, {0x06, 3}, | |
| 99 {0x0E, 4}, {0x1E, 5}, {0x3E, 6}, {0x7E, 7}, {0xFE, 8}, | |
| 100 {0x1FE, 9},{0x3FE, 10},{0x7FE, 11},{0xFFE, 12}, | |
| 101 }; |
