Lines Matching refs:rectIxYMinL
101 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside() local
114 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
120 rectIxYMinL = bbs_min( rectIxYMinL, rectIxYMaxL ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
130 ctrL += rectIxYMinL * imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelOutside()
131 imgPtrMaxL = imgPtrL + rectIxYMinL * imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelOutside()
152 for ( jL = rectIxYMinL; jL < rectIxYMaxL; jL++ ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
154 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMinL * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelOutside()
202 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local
220 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
242 if ( rectIxYMaxL - rectIxYMinL < rectMinHeightL ) in bim_ToneDownBGSupp_BGGreyLevelContour()
244 rectYMidPointL = ( rectIxYMaxL + rectIxYMinL ) >> 1; in bim_ToneDownBGSupp_BGGreyLevelContour()
245 rectIxYMinL = rectYMidPointL - ( rectMinWidthL >> 1 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
248 if ( rectIxYMinL < 0 ) in bim_ToneDownBGSupp_BGGreyLevelContour()
250 shiftXRectL = -rectIxYMinL; in bim_ToneDownBGSupp_BGGreyLevelContour()
259 rectIxYMinL += shiftYRectL; in bim_ToneDownBGSupp_BGGreyLevelContour()
266 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
273 ctrL += ( rectIxYMaxL - rectIxYMinL - 2 ) << 1; in bim_ToneDownBGSupp_BGGreyLevelContour()
276 imgPtr0L = &(imgA->arrE.arrPtrE[ rectIxYMinL * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelContour()
283 imgPtr0L = &(imgA->arrE.arrPtrE[ ( rectIxYMinL + 1 ) * imgA->widthE + rectIxXMinL ]); in bim_ToneDownBGSupp_BGGreyLevelContour()
284 imgPtr1L = &(imgA->arrE.arrPtrE[ ( rectIxYMinL + 1 ) * imgA->widthE + rectIxXMaxL - 1 ]); in bim_ToneDownBGSupp_BGGreyLevelContour()
285 for ( iL = rectIxYMinL + 1; iL < rectIxYMaxL - 1; iL++ ) in bim_ToneDownBGSupp_BGGreyLevelContour()
318 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_suppress() local
365 rectIxYMinL = bbs_max( rectYMinL, 0 ); in bim_ToneDownBGSupp_suppress()
366 rectIxYMinL = bbs_min( rectIxYMinL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_suppress()
469 for ( jL = rOIReachIxYMinL; jL < rectIxYMinL; jL++ ) in bim_ToneDownBGSupp_suppress()