Lines Matching refs:iL
92 int16 iL, jL; in bim_ToneDownBGSupp_BGGreyLevelOutside() local
157 for ( iL = 0; iL < rectIxXMinL; iL++ ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
159 sumL += imgPtrL[ iL ]; in bim_ToneDownBGSupp_BGGreyLevelOutside()
167 for ( iL = rectIxXMaxL; iL < ( int16 ) imgA->widthE; iL++ ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
169 sumL += imgPtrL[ iL ]; in bim_ToneDownBGSupp_BGGreyLevelOutside()
193 int16 iL; in bim_ToneDownBGSupp_BGGreyLevelContour() local
278 for ( iL = rectIxXMinL; iL < rectIxXMaxL; iL++ ) in bim_ToneDownBGSupp_BGGreyLevelContour()
280 sumL += imgPtr0L[ iL ]; in bim_ToneDownBGSupp_BGGreyLevelContour()
281 sumL += imgPtr1L[ iL ]; in bim_ToneDownBGSupp_BGGreyLevelContour()
285 for ( iL = rectIxYMinL + 1; iL < rectIxYMaxL - 1; iL++ ) in bim_ToneDownBGSupp_BGGreyLevelContour()
340 int16 iL, jL; in bim_ToneDownBGSupp_suppress() local
441 for ( iL = 0; iL <= ( int16 ) imgA->widthE; iL++ ) in bim_ToneDownBGSupp_suppress()
443 imgPtrL[ iL ] = meanBGGreyLevelByteL; in bim_ToneDownBGSupp_suppress()
449 for ( iL = 0; iL <= ( int16 ) imgA->widthE; iL++ ) in bim_ToneDownBGSupp_suppress()
451 imgPtrL[ iL ] = meanBGGreyLevelByteL; in bim_ToneDownBGSupp_suppress()
457 for ( iL = 0; iL < rOIReachXMinL; iL++ ) in bim_ToneDownBGSupp_suppress()
459 imgPtrL[ iL ] = meanBGGreyLevelByteL; in bim_ToneDownBGSupp_suppress()
461 for ( iL = rOIReachXMaxL; iL < ( int16 ) imgA->widthE; iL++ ) in bim_ToneDownBGSupp_suppress()
463 imgPtrL[ iL ] = meanBGGreyLevelByteL; in bim_ToneDownBGSupp_suppress()
483 for ( iL = ridgeIxLeftL; iL <= ridgeIxRightL; iL++ ) in bim_ToneDownBGSupp_suppress()
485 opSrcL = imgPtrL[ iL ]; /* leave at byte */ in bim_ToneDownBGSupp_suppress()
488 imgPtrL[ iL ] = sumL >> 16; /* round to byte */ in bim_ToneDownBGSupp_suppress()
505 for ( iL = ridgeIxLeftL; iL <= ridgeIxRightL; iL++ ) in bim_ToneDownBGSupp_suppress()
507 opSrcL = imgPtrL[ iL ]; /* leave at byte */ in bim_ToneDownBGSupp_suppress()
510 imgPtrL[ iL ] = sumL >> 16; /* round to byte */ in bim_ToneDownBGSupp_suppress()
519 for ( iL = rOIReachIxXMinL; iL <= ridgeIxLeftL; iL++ ) in bim_ToneDownBGSupp_suppress()
521 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( iL - rOIReachXMinL ) ]; in bim_ToneDownBGSupp_suppress()
526 opSrcL = imgPtrL[ iL ]; /* leave at byte */ in bim_ToneDownBGSupp_suppress()
529 imgPtrL[ iL ] = sumL >> 16; /* round to byte */ in bim_ToneDownBGSupp_suppress()
534 for ( iL = ridgeIxRightL; iL < rOIReachIxXMaxL; iL++ ) in bim_ToneDownBGSupp_suppress()
536 weightL = ( int32 ) toneDownFactorsPtrL[ iL - rectXMaxL ]; in bim_ToneDownBGSupp_suppress()
541 opSrcL = imgPtrL[ iL ]; /* leave at byte */ in bim_ToneDownBGSupp_suppress()
544 imgPtrL[ iL ] = sumL >> 16; /* round to byte */ in bim_ToneDownBGSupp_suppress()