comparison rv40data.h @ 5990:266b2501216a libavcodec

Update tables for RV40 decoder
author kostya
date Thu, 06 Dec 2007 17:12:02 +0000
parents 337a95c66190
children c4a4495715dd
comparison
equal deleted inserted replaced
5989:382aa8b243c5 5990:266b2501216a
32 /** 32 /**
33 * standard widths and heights coded in RV40 33 * standard widths and heights coded in RV40
34 */ 34 */
35 //@{ 35 //@{
36 static const int rv40_standard_widths[] = { 160, 172, 240, 320, 352, 640, 704, 0}; 36 static const int rv40_standard_widths[] = { 160, 172, 240, 320, 352, 640, 704, 0};
37 static const int rv40_standard_heights[] = { 120, 132, 144, 240, 288, 480, 0, 0}; 37 static const int rv40_standard_heights[] = { 120, 132, 144, 240, 288, 480, -8, -10, 180, 360, 576, 0};
38 static const int rv40_standard_heights2[] = { 180, 360, 576, 0};
39 //@} 38 //@}
40 39
41 #define MODE2_PATTERNS_NUM 20 40 #define MODE2_PATTERNS_NUM 20
42 /** 41 /**
43 * intra types table 42 * intra types table