Lines Matching refs:rectXMinL
100 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside() local
106 rectXMinL = rectA->x1E + rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
111 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
201 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local
212 rectXMinL = rectA->x1E; in bim_ToneDownBGSupp_BGGreyLevelContour()
217 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
264 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
317 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_suppress() local
355 rectXMinL = rectA->x1E + rectShrinkageL; in bim_ToneDownBGSupp_suppress()
360 rectIxXMinL = bbs_max( rectXMinL, 0 ); in bim_ToneDownBGSupp_suppress()
420 rOIReachXMinL = rectXMinL - ( int32 ) maxROIReachL; in bim_ToneDownBGSupp_suppress()
517 ridgeIxLeftL = bbs_min( rOIReachXMinL + ( jL - rOIReachYMinL ) - 1, rectXMinL - 1 ); in bim_ToneDownBGSupp_suppress()