]> granicus.if.org Git - libx264/commit
Faster chroma weight cost calculation
authorHenrik Gramner <hengar-6@student.ltu.se>
Fri, 6 Apr 2012 22:40:09 +0000 (00:40 +0200)
committerFiona Glaser <fiona@x264.com>
Mon, 23 Apr 2012 22:00:47 +0000 (15:00 -0700)
commit4442eaceb4992098e1e4e30aa13e70bb35d2cae6
tree6b85266b9a9e2895ad0d7f1760912047539fb660
parente8952dffa3b09700e5b7c5e56edd196f0b80a248
Faster chroma weight cost calculation

New assembly function with SSE2, SSSE3 and XOP implementations for calculating absolute sum of differences.
common/pixel.c
common/pixel.h
common/x86/pixel-a.asm
common/x86/pixel.h
encoder/slicetype.c
tools/checkasm.c