Merge upstream version 2.0.1 from upstream into tizen
[platform/upstream/libjpeg-turbo.git] / simd / jsimd.h
index a9fc812..afa2a63 100644 (file)
@@ -1081,3 +1081,13 @@ EXTERN(void) jsimd_encode_mcu_AC_first_prepare_sse2
 EXTERN(int) jsimd_encode_mcu_AC_refine_prepare_sse2
   (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
    JCOEF *absvalues, size_t *bits);
+
+/* TIZEN_PRODUCT_TV */
+EXTERN(void) jsimd_pick_color
+        JPP((JSAMPARRAY output_buf,
+                        void *pickColor,
+                        JDIMENSION out_width));
+
+EXTERN(void) jsimd_h2v1_fancy_upsample_neon
+        JPP((int max_v_samp_factor, JDIMENSION downsampled_width,
+             JSAMPARRAY input_data, JSAMPARRAY * output_data_ptr));