X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libopenjpeg%2Ft1.c;h=92da1d7b58dad3c22fc7fd23b408d34b1fc30dd3;hb=aaf6e84373014df770e838e0e423e764d3f8e1c1;hp=2fb19776a88003b64be5f18f665e47c782277873;hpb=6561d70664fff4c714a4656f590121bdf056e51b;p=openjpeg.git diff --git a/libopenjpeg/t1.c b/libopenjpeg/t1.c index 2fb19776..92da1d7b 100644 --- a/libopenjpeg/t1.c +++ b/libopenjpeg/t1.c @@ -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); + /*@}*/ /*@}*/