[x264-devel] (no subject)

Janne Grunau janne-x264 at jannau.net
Fri May 23 13:39:09 CEST 2014


Hi,

your patches are mangled since Thunderbird/Icedove uses Format=flowed.
They require manual fixing to apply. Please look at
https://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html#_thunderbird
and fix your configuration so that your patches can be applied with
git am.

On 2014-05-22 21:07:04 +0800, Yu Xiaolei wrote:
>
> The second patch adds a neon implementation.

misses checkasm check for plane_copy_swap, patch follows

the interleaving load/store + vswp is suboptimal, an explicit byte swap
with ordinary load/store is 10% faster, path follows and should probably
squashed.

Janne



More information about the x264-devel mailing list