Commit 979a5899 authored by michael's avatar michael

mention table duplications, note, please avoid duplicating tables!


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3876 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 58c74153
...@@ -86,6 +86,7 @@ static const uint8_t vc9_4mv_block_pattern_bits[4][16] = { ...@@ -86,6 +86,7 @@ static const uint8_t vc9_4mv_block_pattern_bits[4][16] = {
}; };
/* I-Picture CBPCY VLC tables */ /* I-Picture CBPCY VLC tables */
//same as msmpeg4 table_mb_intra
static const uint16_t vc9_cbpcy_i_codes[64] = { static const uint16_t vc9_cbpcy_i_codes[64] = {
1, 23, 9, 5, 6, 71, 32, 16, 1, 23, 9, 5, 6, 71, 32, 16,
2, 124, 58, 29, 2, 236, 119, 0, 2, 124, 58, 29, 2, 236, 119, 0,
...@@ -310,6 +311,7 @@ static const uint8_t vc9_mv_diff_bits[4][73] = { ...@@ -310,6 +311,7 @@ static const uint8_t vc9_mv_diff_bits[4][73] = {
}; };
/* DC luma differentials low+hi-mo, p217 */ /* DC luma differentials low+hi-mo, p217 */
//same as msmpeg4 table0/1_dc_lum
static const uint32_t vc9_luma_dc_codes[2][120] = { static const uint32_t vc9_luma_dc_codes[2][120] = {
{ {
1, 1, 1, 1, 5, 7, 8, 12, 1, 1, 1, 1, 5, 7, 8, 12,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment