aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg.h
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-08-18 09:15:37 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-08-18 09:15:37 +0000
commit2f614b52f875eb8c0128e1805dd517485bda1934 (patch)
tree6d128518f8b48fa47690f8c275e7d7375a892b34 /turbojpeg.h
parentf37fd40f9ce2f01c3decd0e9071791dd23c26390 (diff)
Add note regarding the fact that 4:4:0 lacks full SIMD support; Add an option for benchmarking 4:4:0 subsampling in tjbench.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1009 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'turbojpeg.h')
-rw-r--r--turbojpeg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/turbojpeg.h b/turbojpeg.h
index c7a29a0..3cd4a31 100644
--- a/turbojpeg.h
+++ b/turbojpeg.h
@@ -85,6 +85,8 @@ 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.
*/
TJSAMP_440
};