Index: simd/jsimd_x86_64.c |
=================================================================== |
--- simd/jsimd_x86_64.c (revision 134206) |
+++ simd/jsimd_x86_64.c (working copy) |
@@ -3,7 +3,7 @@ |
* |
* Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB |
* Copyright 2009-2011 D. R. Commander |
- * |
+ * |
* Based on the x86 SIMD extension for IJG JPEG library, |
* Copyright (C) 1999-2006, MIYASAKA Masaru. |
* For conditions of distribution and use, see copyright notice in jsimdext.inc |
@@ -275,7 +275,7 @@ |
GLOBAL(void) |
jsimd_h2v2_upsample (j_decompress_ptr cinfo, |
- jpeg_component_info * compptr, |
+ jpeg_component_info * compptr, |
JSAMPARRAY input_data, |
JSAMPARRAY * output_data_ptr) |
{ |
@@ -286,7 +286,7 @@ |
GLOBAL(void) |
jsimd_h2v1_upsample (j_decompress_ptr cinfo, |
- jpeg_component_info * compptr, |
+ jpeg_component_info * compptr, |
JSAMPARRAY input_data, |
JSAMPARRAY * output_data_ptr) |
{ |
@@ -327,7 +327,7 @@ |
GLOBAL(void) |
jsimd_h2v2_fancy_upsample (j_decompress_ptr cinfo, |
- jpeg_component_info * compptr, |
+ jpeg_component_info * compptr, |
JSAMPARRAY input_data, |
JSAMPARRAY * output_data_ptr) |
{ |
@@ -338,7 +338,7 @@ |
GLOBAL(void) |
jsimd_h2v1_fancy_upsample (j_decompress_ptr cinfo, |
- jpeg_component_info * compptr, |
+ jpeg_component_info * compptr, |
JSAMPARRAY input_data, |
JSAMPARRAY * output_data_ptr) |
{ |
@@ -758,4 +758,3 @@ |
jsimd_idct_float_sse2(compptr->dct_table, coef_block, |
output_buf, output_col); |
} |
- |