]> git.sesse.net Git - x264/commit
Faster weightp analysis
authorFiona Glaser <fiona@x264.com>
Mon, 16 Nov 2009 23:23:58 +0000 (15:23 -0800)
committerFiona Glaser <fiona@x264.com>
Tue, 17 Nov 2009 23:16:36 +0000 (15:16 -0800)
commit63f7147714b37f1779dcf62138f21771368cb8e8
tree0824eb5b4cfe307fa18f42322ad5dad101d5a9c2
parent118dc81e7116b16ba1d2204a387aa88669b8e0bd
Faster weightp analysis
Modify pixel_var slightly to return the necessary information and use it for weight analysis instead of sad/ssd.
Various minor cosmetics.
common/arm/pixel-a.S
common/arm/pixel.h
common/pixel.c
common/pixel.h
common/ppc/pixel.c
common/x86/pixel-a.asm
common/x86/pixel.h
encoder/ratecontrol.c
encoder/slicetype.c
tools/checkasm.c