comparison 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
comparison
equal deleted inserted replaced
1012:7a5038ec769b 1013:5d4c95f323d0
1866 wmv1_scantable02, 1866 wmv1_scantable02,
1867 wmv1_scantable03, 1867 wmv1_scantable03,
1868 }; 1868 };
1869 1869
1870 static const uint8_t table_inter_intra[4][2]={ 1870 static const uint8_t table_inter_intra[4][2]={
1871 {0,1},{2,2},{6,3},{7,3} 1871 {0,1} /*Luma-Left Chroma-Left*/,
1872 {2,2} /*Luma-Top Chroma-Left*/,
1873 {6,3} /*luma-Left Chroma-Top */,
1874 {7,3} /*luma-Top Chroma-Top */
1872 }; 1875 };
1873 1876
1874 #define WMV2_INTER_CBP_TABLE_COUNT 4 1877 #define WMV2_INTER_CBP_TABLE_COUNT 4
1875 1878
1876 static const uint32_t table_mb_non_intra2[128][2] = { 1879 static const uint32_t table_mb_non_intra2[128][2] = {