aboutsummaryrefslogtreecommitdiff
path: root/simd/jsimd.h
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-08-22 13:48:01 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-08-22 13:48:01 +0000
commit1ab9d23684821848a877db17df4ee88fa7cc9013 (patch)
treecef89ac95bca4b8aa2d173aea39dbb504a965e2e /simd/jsimd.h
parent17042026acf02884a22392b8f7ce521c69c300fd (diff)
NEON-accelerated slow integer inverse DCT
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@690 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'simd/jsimd.h')
-rw-r--r--simd/jsimd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/simd/jsimd.h b/simd/jsimd.h
index 38d2e53..6ee99cc 100644
--- a/simd/jsimd.h
+++ b/simd/jsimd.h
@@ -638,6 +638,10 @@ EXTERN(void) jsimd_idct_ifast_sse2 JPP((void * dct_table,
JSAMPARRAY output_buf,
JDIMENSION output_col));
+EXTERN(void) jsimd_idct_islow_neon JPP((void * dct_table,
+ JCOEFPTR coef_block,
+ JSAMPARRAY output_buf,
+ JDIMENSION output_col));
EXTERN(void) jsimd_idct_ifast_neon JPP((void * dct_table,
JCOEFPTR coef_block,
JSAMPARRAY output_buf,