tcd.c: add comment
authorEven Rouault <even.rouault@spatialys.com>
Mon, 18 May 2020 18:17:07 +0000 (20:17 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Wed, 20 May 2020 18:31:28 +0000 (20:31 +0200)
src/lib/openjp2/tcd.c

index 503dc472812fe7b68e16339587fa5dc0abbc9a4b..e41e7772bc9b921483515ea300e99a51cf63778d 100644 (file)
@@ -1009,6 +1009,9 @@ static INLINE OPJ_BOOL opj_tcd_init_tile(opj_tcd_t *p_tcd, OPJ_UINT32 p_tile_no,
                 /** avoid an if with storing function pointer */
                 l_gain = (*l_gain_ptr)(l_band->bandno);
                 numbps = (OPJ_INT32)(l_image_comp->prec + l_gain);
+
+                /* Delta_b value of Equation E-3 in "E.1 Inverse quantization
+                 * procedure" of the standard */
                 l_band->stepsize = (OPJ_FLOAT32)(((1.0 + l_step_size->mant / 2048.0) * pow(2.0,
                                                   (OPJ_INT32)(numbps - l_step_size->expn)))) * fraction;
                 /* Mb value of Equation E-2 in "E.1 Inverse quantization