summaryrefslogtreecommitdiffstats
path: root/jni/filters/filters.h
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2012-10-08 14:21:57 -0700
committerJohn Hoford <hoford@google.com>2012-10-08 15:03:10 -0700
commit7586ddacf5d40538fd2029785eb8c53e6197eb24 (patch)
treeb58e6d198481ef6e3ac1df60a179f45e1e800cba /jni/filters/filters.h
parentd2e42364083f1ceff58c43660db66a82b5e2fe48 (diff)
downloadandroid_packages_apps_Snap-7586ddacf5d40538fd2029785eb8c53e6197eb24.tar.gz
android_packages_apps_Snap-7586ddacf5d40538fd2029785eb8c53e6197eb24.tar.bz2
android_packages_apps_Snap-7586ddacf5d40538fd2029785eb8c53e6197eb24.zip
add redeye and improve shadow removal
bug:7234321 Change-Id: I12c2eb28555d7594fddf86dfa224219b70137681
Diffstat (limited to 'jni/filters/filters.h')
-rw-r--r--jni/filters/filters.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/jni/filters/filters.h b/jni/filters/filters.h
index 954d02ddd..d8728f0d4 100644
--- a/jni/filters/filters.h
+++ b/jni/filters/filters.h
@@ -47,5 +47,6 @@ __inline__ unsigned char clamp(int c);
extern void rgb2hsv( unsigned char *rgb,int rgbOff,unsigned short *hsv,int hsvOff);
extern void hsv2rgb(unsigned short *hsv,int hsvOff,unsigned char *rgb,int rgbOff);
-
+extern void filterRedEye(unsigned char *src, unsigned char *dest, int iw, int ih, short *rect);
+extern double fastevalPoly(double *poly,int n, double x);
#endif // FILTERS_H