The values are calculated from the scaling factors of the ROIs. The /// values with which to scale are equal to u-umin where umin is the lowest /// scaling factor within the block. The umin value is sent to the entropy /// coder to be used for scaling the distortion values. /// ///
In order to get the mask for a particular Subband, the subband tree /// is traversed and at each decomposition, the ROI masks are computed. /// ///
The widths of the synthesis filters corresponding to the wavelet /// filters used in the wavelet transform are used to expand the ROI masks /// in the decompositions. /// ///
Once the mask is generated in the pixel domain. it is decomposed /// following the same decomposition scheme as the wavelet transform. /// ///