From: DRC Date: Thu, 11 Aug 2011 02:15:31 +0000 (+0000) Subject: Support for accelerated forward DCT using ARM NEON instructions X-Git-Tag: 1.1.90~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f650302976bf30bcf8f9c7227e967cac8f4eb6c;p=libjpeg-turbo Support for accelerated forward DCT using ARM NEON instructions git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@679 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/ChangeLog.txt b/ChangeLog.txt index c16c571..15b403d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -29,7 +29,7 @@ libjpeg-turbo, in its entirety, to be re-licensed under a BSD-style license. [9] libjpeg-turbo can now be built with YASM. -[10] Added SIMD-accelerated fast integer inverse DCT and YCbCr-to-RGB color +[10] Added SIMD-accelerated fast integer DCT/iDCT and YCbCr-to-RGB color conversion routines to accelerate JPEG decoding on ARM Linux and iOS platforms that have NEON instructions.