summaryrefslogtreecommitdiffstats
path: root/common/jpeg/simd/jsimd_x86_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/jpeg/simd/jsimd_x86_64.c')
-rw-r--r--common/jpeg/simd/jsimd_x86_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/jpeg/simd/jsimd_x86_64.c b/common/jpeg/simd/jsimd_x86_64.c
index 3437a9a5..92610074 100644
--- a/common/jpeg/simd/jsimd_x86_64.c
+++ b/common/jpeg/simd/jsimd_x86_64.c
@@ -260,7 +260,7 @@ jsimd_h2v2_fancy_upsample (j_decompress_ptr cinfo,
JSAMPARRAY input_data,
JSAMPARRAY * output_data_ptr)
{
- jsimd_h2v1_fancy_upsample_sse2(cinfo->max_v_samp_factor,
+ jsimd_h2v2_fancy_upsample_sse2(cinfo->max_v_samp_factor,
compptr->downsampled_width,
input_data, output_data_ptr);
}