[x264-devel] MBAFF: Improve handling of bottom row mod32 padding
Jason Garrett-Glaser
git at videolan.org
Thu May 12 08:39:11 CEST 2011
x264 | branch: master | Jason Garrett-Glaser <jason at x264.com> | Sun May 8 18:46:39 2011 -0700| [1fa5e450b6be27b523446dc445341f81c64412c1] | committer: Jason Garrett-Glaser
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.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=1fa5e450b6be27b523446dc445341f81c64412c1
---
common/frame.c | 16 +++++++++++++
common/frame.h | 1 +
common/pixel.c | 19 +++++++++-----
common/pixel.h | 4 +-
common/x86/pixel.h | 4 +-
common/x86/sad-a.asm | 62 +++++++++++++++++++++++++++----------------------
encoder/analyse.c | 13 ++++++++--
encoder/encoder.c | 6 ++--
tools/checkasm.c | 20 +++++++++------
9 files changed, 92 insertions(+), 53 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=1fa5e450b6be27b523446dc445341f81c64412c1
More information about the x264-devel
mailing list