2753536587 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

Q420 optimize for NEON #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
fixed in r386

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
r387 fixes alignment

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