From dc77b3591841bf1e70ed45455490d688e5d4e6f9 Mon Sep 17 00:00:00 2001 From: "yang.zhang" Date: Wed, 15 Jul 2015 07:07:30 -0700 Subject: 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 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 76e2f44de0..9d8e661fd4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -36,3 +36,4 @@ Steve Singer The Chromium Authors <*@chromium.org> Thiago Fransosi Farina Jose Mayol +Linaro <*@linaro.org> -- cgit v1.2.3