aboutsummaryrefslogtreecommitdiffhomepage
path: root/AUTHORS
diff options
context:
space:
mode:
authorGravatar yang.zhang <yang.zhang@linaro.org>2015-07-15 07:07:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-15 07:07:30 -0700
commitdc77b3591841bf1e70ed45455490d688e5d4e6f9 (patch)
tree83c6aadf5818ffcfff8d929428735a947e89cf10 /AUTHORS
parent004aebd42c26ddd5433492dbb9a70b1bcbcadd3a (diff)
Optimize RGB16 blitV functions with NEON for ARM platform.
Here are some performance resultsi on Nexus 9: SkRGB16BlitterBlitV_neon: +--------+-----------+ |height | C/NEON | +--------+-----------+ |1 | 0.765230 | +--------+-----------+ |8 | 1.273330 | +--------+-----------+ |18 | 1.441462 | +--------+-----------+ |32 | 1.627798 | +--------+-----------+ |76 | 1.683131 | +--------+-----------+ |85 | 1.679456 | +--------+-----------+ |120 | 1.721311 | +--------+-----------+ |128 | 1.725482 | +--------+-----------+ |512 | 1.784117 | +--------+-----------+ BUG=skia: Review URL: https://codereview.chromium.org/1213723002
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 76e2f44de0..9d8e661fd4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -36,3 +36,4 @@ Steve Singer <steve@ssinger.info>
The Chromium Authors <*@chromium.org>
Thiago Fransosi Farina <thiago.farina@gmail.com>
Jose Mayol <jei.mayol@gmail.com>
+Linaro <*@linaro.org>