diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-12-29 15:46:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-12-29 15:46:23 +0000 |
commit | 88e51e1fb5b9ed342d77049330980279b1505e52 (patch) | |
tree | 9f2058ba9580237d2a74ce59708170a47db5e28a /libavcodec/mpegvideo.h | |
parent | 58f7833e8e5972e5021319ae26b5a82d01a11be7 (diff) | |
download | ffmpeg-88e51e1fb5b9ed342d77049330980279b1505e52.tar.gz |
second try of improved lambda/qp guessing for motion estimation RD in first pass
Originally committed as revision 4785 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index ce8e6e2939..b36133a639 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -374,6 +374,7 @@ typedef struct MpegEncContext { int last_non_b_pict_type; ///< used for mpeg4 gmc b-frames & ratecontrol int dropable; int frame_rate_index; + int last_lambda_for[5]; ///< last lambda for a specific pict type /* motion compensation */ int unrestricted_mv; ///< mv can point outside of the coded picture |