aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-20 10:27:44 -0800
committerNarayan Kamath <narayan@google.com>2015-02-24 12:13:53 +0000
commit8766afecf64233368b9b7067a559f8c56bd1cbcc (patch)
treec3037ab53070562b3f6489e5833fa4c99c3a125d
parent74b4b5f837aa0f145ee14e89a432ad4a9701a471 (diff)
downloadlibjpeg_turbo-8766afecf64233368b9b7067a559f8c56bd1cbcc.tar.gz
Add missing arm64-neon function declaration.
I'm trying to get to where we can turn on -Werror=implicit-function-declaration for LP64, so we can avoid bugs where we drop the top half of a pointer because the compiler's assuming 'int'. (cherry picked from commit dd333a75e52c117f563bbf3449dffabda2fbcdcf) Change-Id: I1ed7ef57abc85209fad9978a44e629945ff08338
-rw-r--r--simd/jsimd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/simd/jsimd.h b/simd/jsimd.h
index 3d4751f..109a4c3 100644
--- a/simd/jsimd.h
+++ b/simd/jsimd.h
@@ -385,6 +385,10 @@ EXTERN(void) jsimd_ycc_extxrgb_convert_neon
JPP((JDIMENSION out_width,
JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPARRAY output_buf, int num_rows));
+EXTERN(void) jsimd_ycc_rgb565_convert_neon
+ JPP((JDIMENSION out_width,
+ JSAMPIMAGE input_buf, JDIMENSION input_row,
+ JSAMPARRAY output_buf, int num_rows));
/* SIMD Downsample */
EXTERN(void) jsimd_h2v2_downsample_mmx