diff options
author | Dinesh K Garg <dineshg@codeaurora.org> | 2010-12-28 15:43:58 -0800 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2012-07-10 12:53:19 -0700 |
commit | fb9d57017268c5cbe74145e3a677b473b14e0e36 (patch) | |
tree | f8d046cee468510ebcc4e58fccc0a3535080cbba /README | |
parent | 4c5554b04e73f89d4a9bab8cbcec1943d8c274be (diff) | |
download | external_libpng-fb9d57017268c5cbe74145e3a677b473b14e0e36.zip external_libpng-fb9d57017268c5cbe74145e3a677b473b14e0e36.tar.gz external_libpng-fb9d57017268c5cbe74145e3a677b473b14e0e36.tar.bz2 |
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
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |