[trunk] WIP: add output elements about decoding of jp2 files with last tile part...
[openjpeg.git] / libopenjpeg / t1.h
index c38bfb822c8e455fe5afd39943232d672bc1820f..bebf47ca99ef1042f68b2b020158fcd66e74f40e 100644 (file)
@@ -146,20 +146,7 @@ void t1_decode_cblks_v2(
                opj_tcd_tilecomp_v2_t* tilec,
                opj_tccp_t* tccp);
 
-/**
-Decode 1 code-block
-@param t1 T1 handle
-@param cblk Code-block coding parameters
-@param orient
-@param roishift Region of interest shifting value
-@param cblksty Code-block style
-*/
-static void t1_decode_cblk_v2(
-               opj_t1_t *t1,
-               opj_tcd_cblk_dec_v2_t* cblk,
-               OPJ_UINT32 orient,
-               OPJ_UINT32 roishift,
-               OPJ_UINT32 cblksty);
+
 
 /**
  * Creates a new Tier 1 handle