Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:iL

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