diff msmpeg4data.h @ 1013:5d4c95f323d0 libavcodec

finetuneing thresholds/factors nicer mb decission a few minor improvements & fixes
author michaelni
date Sun, 19 Jan 2003 17:55:13 +0000
parents caa77cd960c0
children 1e39f273ecd6
line wrap: on
line diff
--- a/msmpeg4data.h	Sun Jan 19 12:06:36 2003 +0000
+++ b/msmpeg4data.h	Sun Jan 19 17:55:13 2003 +0000
@@ -1868,7 +1868,10 @@
 };
 
 static const uint8_t table_inter_intra[4][2]={
-    {0,1},{2,2},{6,3},{7,3}
+    {0,1} /*Luma-Left Chroma-Left*/,
+    {2,2} /*Luma-Top  Chroma-Left*/,
+    {6,3} /*luma-Left Chroma-Top */,
+    {7,3} /*luma-Top  Chroma-Top */
 };
 
 #define WMV2_INTER_CBP_TABLE_COUNT 4