Neon: Intrinsics impl. of h1v2 fancy upsamling
There was no previous GAS implementation.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user