lemoon / libyuv

Automatically exported from code.google.com/p/libyuv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q420 optimize for NEON

GoogleCodeExporter opened this issue · comments

Q420 uses custom SSE2.
Now that YUY2 has 422 row functions, use them, reduce code, improve 
performance, and gain NEON version.

Original issue reported on code.google.com by fbarch...@google.com on 21 Sep 2012 at 5:17

fixed in r386

Original comment by fbarch...@chromium.org on 1 Oct 2012 at 5:46

  • Changed state: Fixed
r386 works for Neon but has alignment bug for SSE2 on odd image sizes.

Original comment by fbarch...@chromium.org on 1 Oct 2012 at 6:38

  • Changed state: Started
r387 fixes alignment

Original comment by fbarch...@chromium.org on 1 Oct 2012 at 8:17

  • Changed state: Fixed