Make comments more consistent

git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1466 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2014-12-22 01:38:01 +00:00
parent 752ee33e86
commit ace9d06b9e
4 changed files with 9 additions and 7 deletions

View File

@@ -106,7 +106,7 @@ jsimd_fdct_ifast_altivec (DCTELEM *data)
__vector unsigned short
pre_multiply_scale_bits = { __8X(PRE_MULTIPLY_SCALE_BITS) };
/* Pass 1: process rows. */
/* Pass 1: process rows */
row0 = *(__vector short *)&data[0];
row1 = *(__vector short *)&data[8];
@@ -130,7 +130,7 @@ jsimd_fdct_ifast_altivec (DCTELEM *data)
DO_FDCT();
/* Pass 2: process columns. */
/* Pass 2: process columns */
TRANSPOSE(out, row);