Improve doc of opj_tccp_info_t::cblkw and cblkh
[openjpeg.git] / src / lib / openjp2 / openjpeg.h
index e08be7eecf7d88f814747e05dc10f1ab5d0c33dc..9ae29a4f3a538baaed34a4fa04aa1357b675f447 100644 (file)
@@ -867,13 +867,13 @@ typedef struct opj_tccp_info {
     OPJ_UINT32 csty;
     /** number of resolutions */
     OPJ_UINT32 numresolutions;
-    /** code-blocks width */
+    /** log2 of code-blocks width */
     OPJ_UINT32 cblkw;
-    /** code-blocks height */
+    /** log2 of code-blocks height */
     OPJ_UINT32 cblkh;
     /** code-block coding style */
     OPJ_UINT32 cblksty;
-    /** discrete wavelet transform identifier */
+    /** discrete wavelet transform identifier: 0 = 9-7 irreversible, 1 = 5-3 reversible */
     OPJ_UINT32 qmfbid;
     /** quantisation style */
     OPJ_UINT32 qntsty;