Searched refs:imgPtrL (Results 1 – 1 of 1) sorted by relevance
93 uint8 *imgPtrL = 0; in bim_ToneDownBGSupp_BGGreyLevelOutside() local129 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()[all …]