[FFmpeg-soc] [soc]: r1216 - rv40/rv30data.h

kostya subversion at mplayerhq.hu
Tue Aug 28 14:36:04 CEST 2007


Author: kostya
Date: Tue Aug 28 14:36:04 2007
New Revision: 1216

Log:
Fix table

Modified:
   rv40/rv30data.h

Modified: rv40/rv30data.h
==============================================================================
--- rv40/rv30data.h	(original)
+++ rv40/rv30data.h	Tue Aug 28 14:36:04 2007
@@ -39,18 +39,16 @@ static const uint8_t rv30_luma_dc_quant[
  * This table is used for storing differences
  * between predicted and real intra type.
  */
-static const uint8_t rv30_itype_code[98*2] = {
+static const uint8_t rv30_itype_code[9*9*2] = {
     0, 0, 0, 1, 1, 0, 1, 1, 0, 2, 2, 0, 0, 3, 3, 0, 1, 2,
     2, 1, 0, 4, 4, 0, 3, 1, 1, 3, 0, 5, 5, 0, 2, 2, 1, 4,
     4, 1, 0, 6, 3, 2, 1, 5, 2, 3, 5, 1, 6, 0, 0, 7, 4, 2,
     2, 4, 3, 3, 6, 1, 1, 6, 7, 0, 0, 8, 5, 2, 4, 3, 2, 5,
     3, 4, 1, 7, 4, 4, 7, 1, 8, 0, 6, 2, 3, 5, 5, 3, 2, 6,
     1, 8, 2, 7, 7, 2, 8, 1, 5, 4, 4, 5, 3, 6, 6, 3, 8, 2,
-    4, 6, 5, 5, 6, 7, 5, 5, 6, 4, 2, 8, 7, 3, 3, 7, 6, 5,
-    5, 6, 7, 4, 4, 7, 8, 3, 3, 8, 7, 5, 8, 4, 5, 7, 4, 8,
-    6, 6, 7, 6, 5, 8, 8, 5, 6, 7, 8, 6, 7, 7, 6, 8, 8, 7,
-    7, 8, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+    4, 6, 5, 5, 6, 4, 2, 8, 7, 3, 3, 7, 6, 5, 5, 6, 7, 4,
+    4, 7, 8, 3, 3, 8, 7, 5, 8, 4, 5, 7, 4, 8, 6, 6, 7, 6,
+    5, 8, 8, 5, 6, 7, 8, 6, 7, 7, 6, 8, 8, 7, 7, 8, 8, 8,
 };
 
 /**



More information about the FFmpeg-soc mailing list