summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jidctred.c
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jidctred.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jidctred.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jidctred.c b/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jidctred.c
index 6461bb32b..5816c8779 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jidctred.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jidctred.c
@@ -5,11 +5,11 @@
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
- * This file tqcontains inverse-DCT routines that produce reduced-size output:
+ * This file contains inverse-DCT routines that produce reduced-size output:
* either 4x4, 2x2, or 1x1 pixels from an 8x8 DCT block.
*
* The implementation is based on the Loeffler, Ligtenberg and Moschytz (LL&M)
- * algorithm used in jidctint.c. We simply tqreplace each 8-to-8 1-D IDCT step
+ * algorithm used in jidctint.c. We simply replace each 8-to-8 1-D IDCT step
* with an 8-to-4 step that produces the four averages of two adjacent outputs
* (or an 8-to-2 step producing two averages of four outputs, for 2x2 output).
* These steps were derived by computing the corresponding values at the end