[trunk] WIP: enhance j2k_to_image with new get_decoded_tile functionality
[openjpeg.git] / libopenjpeg / t1.c
index 2fb19776a88003b64be5f18f665e47c782277873..92da1d7b58dad3c22fc7fd23b408d34b1fc30dd3 100644 (file)
@@ -315,6 +315,21 @@ static void t1_decode_cblk(
                int roishift,
                int cblksty);
 
+/**
+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);
+
 /*@}*/
 
 /*@}*/