diff mpegvideo.h @ 1490:0355f2b3519a libavcodec

rate distortion optimal cbp support (h263/mpeg4 non intra only)
author michaelni
date Tue, 30 Sep 2003 22:18:43 +0000
parents c4539ef4d8cb
children 010f76d07a27
line wrap: on
line diff
--- a/mpegvideo.h	Mon Sep 29 17:54:07 2003 +0000
+++ b/mpegvideo.h	Tue Sep 30 22:18:43 2003 +0000
@@ -453,6 +453,8 @@
     uint8_t *chroma_dc_vlc_length;
 #define UNI_AC_ENC_INDEX(run,level) ((run)*128 + (level))
 
+    int coded_score[6];
+
     /** precomputed matrix (combine qscale and DCT renorm) */
     int __align8 q_intra_matrix[32][64];
     int __align8 q_inter_matrix[32][64];