]> git.sesse.net Git - x264/commit
x86: SSE and AVX implementations of plane_copy
authorHenrik Gramner <henrik@gramner.com>
Fri, 28 Nov 2014 22:24:56 +0000 (23:24 +0100)
committerAnton Mitrofanov <BugMaster@narod.ru>
Sat, 20 Dec 2014 16:27:54 +0000 (19:27 +0300)
commitfa3549b5f2478f39cbcbd14d2e956e59f70d18eb
treee914c57ca6a6f971dc90e7c89bd06af5928c5609
parent8797e0f8d416aadb91d359f144e4e7855071870a
x86: SSE and AVX implementations of plane_copy

Also remove the MMX2 implementation and fix src overread for height == 1.
common/frame.c
common/x86/mc-a2.asm
common/x86/mc-c.c