summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/3rdparty/libjpeg/jcsample.c
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libjpeg/jcsample.c')
-rw-r--r--tqtinterface/qt4/src/3rdparty/libjpeg/jcsample.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libjpeg/jcsample.c b/tqtinterface/qt4/src/3rdparty/libjpeg/jcsample.c
index fe6e527..1cb0b89 100644
--- a/tqtinterface/qt4/src/3rdparty/libjpeg/jcsample.c
+++ b/tqtinterface/qt4/src/3rdparty/libjpeg/jcsample.c
@@ -5,7 +5,7 @@
* 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 downsampling routines.
+ * This file contains downsampling routines.
*
* Downsampling input data is counted in "row groups". A row group
* is defined to be max_v_samp_factor pixel rows of each component,
@@ -37,9 +37,9 @@
* advised to improve this code.
*
* A simple input-smoothing capability is provided. This is mainly intended
- * for cleaning up color-dithered GIF input files (if you tqfind it inadequate,
+ * for cleaning up color-dithered GIF input files (if you find it inadequate,
* we suggest using an external filtering program such as pnmconvol). When
- * enabled, each input pixel P is tqreplaced by a weighted sum of itself and its
+ * enabled, each input pixel P is replaced by a weighted sum of itself and its
* eight neighbors. P's weight is 1-8*SF and each neighbor's weight is SF,
* where SF = (smoothing_factor / 1024).
* Currently, smoothing is only supported for 2h2v sampling factors.