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. /// ///
To generate and to store the boundaries of the ROIs, the class /// SubbandRectROIMask is used. There is one tree of SubbandMasks for each /// component. /// ///
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 /// roi bondaries for each subband are stored in the SubbandRectROIMask /// tree. /// ///