]> granicus.if.org Git - libx264/commit
Various bugfixes and tweaks in analysis
authorFiona Glaser <fiona@x264.com>
Sat, 16 Jan 2010 07:50:15 +0000 (02:50 -0500)
committerFiona Glaser <fiona@x264.com>
Wed, 20 Jan 2010 21:59:44 +0000 (13:59 -0800)
commit5bcf1378ede23b75e24d7c71690563a92708723f
treea79f8216d302b728540baeed0539798c63f55436
parent741ed788e905820d2a9fc892ea288350e939b78f
Various bugfixes and tweaks in analysis
Fix the oldest-ever bug in x264: b16x8 analysis used the wrong width for predict_mv.
Fix cache_ref calls for slightly better MV prediction in bsub16x16 analysis.
Make B-partition analysis consider reference frame costs.
Various other minor changes.
Overall very slightly improved mode decision and motion search in B-frames.
encoder/analyse.c
encoder/me.c