Mercurial > libavcodec.hg
comparison h264data.h @ 5577:f580a4e88049 libavcodec
int->int8_t (no need for them to be int ...)
| author | michael |
|---|---|
| date | Fri, 24 Aug 2007 14:02:02 +0000 |
| parents | 2b72f9bc4f06 |
| children | 05d19547df39 |
comparison
equal
deleted
inserted
replaced
| 5576:1a92e129a679 | 5577:f580a4e88049 |
|---|---|
| 686 {13,17,25 }, {13,17,25 }, {13,17,25 }, {13,17,25 }, | 686 {13,17,25 }, {13,17,25 }, {13,17,25 }, {13,17,25 }, |
| 687 }; | 687 }; |
| 688 | 688 |
| 689 /* Cabac pre state table */ | 689 /* Cabac pre state table */ |
| 690 | 690 |
| 691 static const int cabac_context_init_I[460][2] = | 691 static const int8_t cabac_context_init_I[460][2] = |
| 692 { | 692 { |
| 693 /* 0 - 10 */ | 693 /* 0 - 10 */ |
| 694 { 20, -15 }, { 2, 54 }, { 3, 74 }, { 20, -15 }, | 694 { 20, -15 }, { 2, 54 }, { 3, 74 }, { 20, -15 }, |
| 695 { 2, 54 }, { 3, 74 }, { -28,127 }, { -23, 104 }, | 695 { 2, 54 }, { 3, 74 }, { -28,127 }, { -23, 104 }, |
| 696 { -6, 53 }, { -1, 54 }, { 7, 51 }, | 696 { -6, 53 }, { -1, 54 }, { 7, 51 }, |
| 855 { -9, 64 }, { -5, 58 }, { 2, 59 }, { 21, -10 }, | 855 { -9, 64 }, { -5, 58 }, { 2, 59 }, { 21, -10 }, |
| 856 { 24, -11 }, { 28, -8 }, { 28, -1 }, { 29, 3 }, | 856 { 24, -11 }, { 28, -8 }, { 28, -1 }, { 29, 3 }, |
| 857 { 29, 9 }, { 35, 20 }, { 29, 36 }, { 14, 67 } | 857 { 29, 9 }, { 35, 20 }, { 29, 36 }, { 14, 67 } |
| 858 }; | 858 }; |
| 859 | 859 |
| 860 static const int cabac_context_init_PB[3][460][2] = | 860 static const int8_t cabac_context_init_PB[3][460][2] = |
| 861 { | 861 { |
| 862 /* i_cabac_init_idc == 0 */ | 862 /* i_cabac_init_idc == 0 */ |
| 863 { | 863 { |
| 864 /* 0 - 10 */ | 864 /* 0 - 10 */ |
| 865 { 20, -15 }, { 2, 54 }, { 3, 74 }, { 20, -15 }, | 865 { 20, -15 }, { 2, 54 }, { 3, 74 }, { 20, -15 }, |
