]> git.sesse.net Git - x264/commit
MBAFF: Improve handling of bottom row mod32 padding
authorFiona Glaser <fiona@x264.com>
Mon, 9 May 2011 01:46:39 +0000 (18:46 -0700)
committerFiona Glaser <fiona@x264.com>
Thu, 12 May 2011 06:07:15 +0000 (23:07 -0700)
commit1c7caa534ad1f61cd20587626e46275d2a8c7731
tree26a46f77b6fb7fd853dc7062e084759d4f5eda23
parent52b3d8031b82e7672033bdc60899c1a5acf0e3b3
MBAFF: Improve handling of bottom row mod32 padding
Force skip on any MBs entirely outside the frame
If an mb pair in the bottom row is chosen to be progressive, re-pad the bottom rows progressively.
common/frame.c
common/frame.h
common/pixel.c
common/pixel.h
common/x86/pixel.h
common/x86/sad-a.asm
encoder/analyse.c
encoder/encoder.c
tools/checkasm.c