Lines Matching refs:rectIxXMinL
101 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside() local
111 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
119 rectIxXMinL = bbs_min( rectIxXMinL, rectIxXMaxL ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
155 ctrL += bbs_max( 0, rectIxXMinL ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
157 for ( iL = 0; iL < rectIxXMinL; iL++ ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
202 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local
217 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
227 if ( rectIxXMaxL - rectIxXMinL < rectMinWidthL ) in bim_ToneDownBGSupp_BGGreyLevelContour()
229 rectXMidPointL = ( rectIxXMaxL + rectIxXMinL ) >> 1; in bim_ToneDownBGSupp_BGGreyLevelContour()
230 rectIxXMinL = rectXMidPointL - ( rectMinWidthL >> 1 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
233 if ( rectIxXMinL < 0 ) in bim_ToneDownBGSupp_BGGreyLevelContour()
235 shiftXRectL = -rectIxXMinL; in bim_ToneDownBGSupp_BGGreyLevelContour()
257 rectIxXMinL += shiftXRectL; in bim_ToneDownBGSupp_BGGreyLevelContour()
264 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
272 ctrL += ( rectIxXMaxL - rectIxXMinL ) << 1; in bim_ToneDownBGSupp_BGGreyLevelContour()
278 for ( iL = rectIxXMinL; iL < rectIxXMaxL; iL++ ) in bim_ToneDownBGSupp_BGGreyLevelContour()
283 imgPtr0L = &(imgA->arrE.arrPtrE[ ( rectIxYMinL + 1 ) * imgA->widthE + rectIxXMinL ]); in bim_ToneDownBGSupp_BGGreyLevelContour()
318 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_suppress() local
360 rectIxXMinL = bbs_max( rectXMinL, 0 ); in bim_ToneDownBGSupp_suppress()
361 rectIxXMinL = bbs_min( rectIxXMinL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_suppress()