From fb9d57017268c5cbe74145e3a677b473b14e0e36 Mon Sep 17 00:00:00 2001 From: Dinesh K Garg Date: Tue, 28 Dec 2010 15:43:58 -0800 Subject: VeNum optimizations to libpng to improve PNG decode time Set correct counter in neon routine for SUB filter type. Enable Neon optimizations for all filter types and pixel depths. Change-Id: Ica0d39e828a9e0cba59cbc3632830e4eb3e59607 (cherry picked from commit b912f64bc4bb174fc055cda58e303faaa640b8b1) Conflicts: pngrutil.c --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index cbff544..92462dc 100644 --- a/README +++ b/README @@ -141,6 +141,7 @@ Files in this distribution: KNOWNBUG => List of known bugs and deficiencies LICENSE => License to use and redistribute libpng README => This file + README-VeNum => Describes VeNum optimizations TODO => Things not implemented in the current library Y2KINFO => Statement of Y2K compliance example.c => Example code for using libpng functions @@ -177,6 +178,7 @@ Files in this distribution: msvctest => Builds and runs pngtest using a MSVC workspace pngminim => Simple pnm2pngm and png2pnmm programs pngminus => Simple pnm2png and png2pnm programs + pngneon => VeNum optimizations to improve decode times pngsuite => Test images visupng => Contains a MSVC workspace for VisualPng projects => Contains project files and workspaces for -- cgit v1.1