]> git.sesse.net Git - x264/commit
x86: AVX2 high_bit_depth pixel_avg2, get_ref, mc_copy_w16, mc_luma
authorHenrik Gramner <henrik@gramner.com>
Tue, 16 Apr 2013 21:27:35 +0000 (23:27 +0200)
committerFiona Glaser <fiona@x264.com>
Tue, 23 Apr 2013 21:36:34 +0000 (14:36 -0700)
commit295f83af2afa93073d7810ab96b1d8d889a53ed2
tree7780d75b4206428c54e8406facfca81b4d3503e8
parente7a46b6536ab3ea4806f585b771b6cbb261031d1
x86: AVX2 high_bit_depth pixel_avg2, get_ref, mc_copy_w16, mc_luma

Also reduce the number of xmm registers used by mc_copy_* to avoid
saving and restoring xmm6 and xmm7 on 64-bit Windows.
common/macroblock.c
common/x86/mc-a.asm
common/x86/mc-c.c
encoder/analyse.c
encoder/me.c