Neon: Intrinsics impl. of h1v2 fancy upsamling

There was no previous GAS implementation.
This commit is contained in:
Jonathan Wright
2019-05-08 15:43:26 +01:00
committed by DRC
parent 975307775c
commit 2acfb93c94
8 changed files with 188 additions and 2 deletions

View File

@@ -664,6 +664,9 @@ EXTERN(void) jsimd_h2v1_fancy_upsample_neon
EXTERN(void) jsimd_h2v2_fancy_upsample_neon
(int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data,
JSAMPARRAY *output_data_ptr);
EXTERN(void) jsimd_h1v2_fancy_upsample_neon
(int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data,
JSAMPARRAY *output_data_ptr);
EXTERN(void) jsimd_h2v1_fancy_upsample_dspr2
(int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data,