diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 71f3746c..05c91bbf 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.3.1
diff --git a/doc/html/classes.html b/doc/html/classes.html
index 4d0fc0b6..f2b16355 100644
--- a/doc/html/classes.html
+++ b/doc/html/classes.html
@@ -97,7 +97,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.3.1
diff --git a/doc/html/functions.html b/doc/html/functions.html
index 015c7283..67317630 100644
--- a/doc/html/functions.html
+++ b/doc/html/functions.html
@@ -125,7 +125,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.3.1
diff --git a/doc/html/functions_vars.html b/doc/html/functions_vars.html
index dd0ce39b..941db437 100644
--- a/doc/html/functions_vars.html
+++ b/doc/html/functions_vars.html
@@ -125,7 +125,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.3.1
diff --git a/doc/html/group___turbo_j_p_e_g.html b/doc/html/group___turbo_j_p_e_g.html
index 854f74df..affecb7e 100644
--- a/doc/html/group___turbo_j_p_e_g.html
+++ b/doc/html/group___turbo_j_p_e_g.html
@@ -345,7 +345,7 @@ Variables
Use the most accurate DCT/IDCT algorithm available in the underlying codec.
-The default if this flag is not specified is implementation-specific. The libjpeg implementation, for example, uses the fast algorithm by default when compressing, because this has been shown to have only a very slight effect on accuracy, but it uses the accurate algorithm when decompressing, because this has been shown to have a larger effect.
+The default if this flag is not specified is implementation-specific. For example, the implementation of TurboJPEG for libjpeg[-turbo] uses the fast algorithm by default when compressing, because this has been shown to have only a very slight effect on accuracy, but it uses the accurate algorithm when decompressing, because this has been shown to have a larger effect.
Use the fastest DCT/IDCT algorithm available in the underlying codec.
-The default if this flag is not specified is implementation-specific. The libjpeg implementation, for example, uses the fast algorithm by default when compressing, because this has been shown to have only a very slight effect on accuracy, but it uses the accurate algorithm when decompressing, because this has been shown to have a larger effect.
+The default if this flag is not specified is implementation-specific. For example, the implementation of TurboJPEG for libjpeg[-turbo] uses the fast algorithm by default when compressing, because this has been shown to have only a very slight effect on accuracy, but it uses the accurate algorithm when decompressing, because this has been shown to have a larger effect.
4:4:0 chrominance subsampling.
-The JPEG or YUV image will contain one chrominance component for every 1x2 block of pixels in the source image. Note that 4:4:0 subsampling is not fully accelerated in the libjpeg-turbo implementation of TurboJPEG.
+The JPEG or YUV image will contain one chrominance component for every 1x2 block of pixels in the source image. Note that 4:4:0 subsampling is not fully accelerated in libjpeg-turbo.
dstSizes[i] should be set to the size of yo
1.8.3.1
diff --git a/doc/html/index.html b/doc/html/index.html
index f2084522..1d77c401 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -81,7 +81,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.3.1
diff --git a/doc/html/modules.html b/doc/html/modules.html
index 8cc38e5b..2780e158 100644
--- a/doc/html/modules.html
+++ b/doc/html/modules.html
@@ -86,7 +86,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.8.3.1
diff --git a/doc/html/structtjregion.html b/doc/html/structtjregion.html
index 6637fbb1..0e81108a 100644
--- a/doc/html/structtjregion.html
+++ b/doc/html/structtjregion.html
@@ -177,7 +177,7 @@ Data Fields
1.8.3.1
diff --git a/doc/html/structtjscalingfactor.html b/doc/html/structtjscalingfactor.html
index d44d3364..75a9addd 100644
--- a/doc/html/structtjscalingfactor.html
+++ b/doc/html/structtjscalingfactor.html
@@ -139,7 +139,7 @@ Data Fields
1.8.3.1
diff --git a/doc/html/structtjtransform.html b/doc/html/structtjtransform.html
index 9cf65622..2fde3409 100644
--- a/doc/html/structtjtransform.html
+++ b/doc/html/structtjtransform.html
@@ -203,7 +203,7 @@ Data Fields
1.8.3.1
diff --git a/turbojpeg.h b/turbojpeg.h
index 3cd4a31e..66be1d87 100644
--- a/turbojpeg.h
+++ b/turbojpeg.h
@@ -85,8 +85,7 @@ enum TJSAMP
/**
* 4:4:0 chrominance subsampling. The JPEG or YUV image will contain one
* chrominance component for every 1x2 block of pixels in the source image.
- * Note that 4:4:0 subsampling is not fully accelerated in the libjpeg-turbo
- * implementation of TurboJPEG.
+ * Note that 4:4:0 subsampling is not fully accelerated in libjpeg-turbo.
*/
TJSAMP_440
};
@@ -265,20 +264,20 @@ static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4};
#define TJFLAG_NOREALLOC 1024
/**
* Use the fastest DCT/IDCT algorithm available in the underlying codec. The
- * default if this flag is not specified is implementation-specific. The
- * libjpeg implementation, for example, uses the fast algorithm by default when
- * compressing, because this has been shown to have only a very slight effect
- * on accuracy, but it uses the accurate algorithm when decompressing, because
- * this has been shown to have a larger effect.
+ * default if this flag is not specified is implementation-specific. For
+ * example, the implementation of TurboJPEG for libjpeg[-turbo] uses the fast
+ * algorithm by default when compressing, because this has been shown to have
+ * only a very slight effect on accuracy, but it uses the accurate algorithm
+ * when decompressing, because this has been shown to have a larger effect.
*/
#define TJFLAG_FASTDCT 2048
/**
* Use the most accurate DCT/IDCT algorithm available in the underlying codec.
- * The default if this flag is not specified is implementation-specific. The
- * libjpeg implementation, for example, uses the fast algorithm by default when
- * compressing, because this has been shown to have only a very slight effect
- * on accuracy, but it uses the accurate algorithm when decompressing, because
- * this has been shown to have a larger effect.
+ * The default if this flag is not specified is implementation-specific. For
+ * example, the implementation of TurboJPEG for libjpeg[-turbo] uses the fast
+ * algorithm by default when compressing, because this has been shown to have
+ * only a very slight effect on accuracy, but it uses the accurate algorithm
+ * when decompressing, because this has been shown to have a larger effect.
*/
#define TJFLAG_ACCURATEDCT 4096