Lines Matching refs:imgPtrL
93 uint8 *imgPtrL = 0; in bim_ToneDownBGSupp_BGGreyLevelOutside() local
129 imgPtrL = &(imgA->arrE.arrPtrE[ 0 ]); in bim_ToneDownBGSupp_BGGreyLevelOutside()
131 imgPtrMaxL = imgPtrL + rectIxYMinL * imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelOutside()
132 while ( imgPtrL < imgPtrMaxL ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
134 sumL += *imgPtrL; in bim_ToneDownBGSupp_BGGreyLevelOutside()
135 imgPtrL++; in bim_ToneDownBGSupp_BGGreyLevelOutside()
142 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMaxL * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelOutside()
144 while ( imgPtrL < imgPtrMaxL ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
146 sumL += *imgPtrL; in bim_ToneDownBGSupp_BGGreyLevelOutside()
147 imgPtrL++; in bim_ToneDownBGSupp_BGGreyLevelOutside()
154 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMinL * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelOutside()
159 sumL += imgPtrL[ iL ]; in bim_ToneDownBGSupp_BGGreyLevelOutside()
169 sumL += imgPtrL[ iL ]; in bim_ToneDownBGSupp_BGGreyLevelOutside()
341 uint8 *imgPtrL = 0; /* welcome back to the stoneage */ in bim_ToneDownBGSupp_suppress() local
437 imgPtrL = 0; in bim_ToneDownBGSupp_suppress()
440 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] ); in bim_ToneDownBGSupp_suppress()
443 imgPtrL[ iL ] = meanBGGreyLevelByteL; in bim_ToneDownBGSupp_suppress()
448 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] ); in bim_ToneDownBGSupp_suppress()
451 imgPtrL[ iL ] = meanBGGreyLevelByteL; in bim_ToneDownBGSupp_suppress()
456 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] ); in bim_ToneDownBGSupp_suppress()
459 imgPtrL[ iL ] = meanBGGreyLevelByteL; in bim_ToneDownBGSupp_suppress()
463 imgPtrL[ iL ] = meanBGGreyLevelByteL; in bim_ToneDownBGSupp_suppress()
476 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] ); 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()
498 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] ); 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()
515 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] ); 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()
541 opSrcL = imgPtrL[ iL ]; /* leave at byte */ in bim_ToneDownBGSupp_suppress()
544 imgPtrL[ iL ] = sumL >> 16; /* round to byte */ in bim_ToneDownBGSupp_suppress()