Home
last modified time | relevance | path

Searched refs:imgPtr1L (Results 1 – 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DToneDownBGSupp.c195 uint8 *imgPtr1L = 0; in bim_ToneDownBGSupp_BGGreyLevelContour() local
277 imgPtr1L = &(imgA->arrE.arrPtrE[ ( rectIxYMaxL - 1 ) * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelContour()
281 sumL += imgPtr1L[ iL ]; in bim_ToneDownBGSupp_BGGreyLevelContour()
284 imgPtr1L = &(imgA->arrE.arrPtrE[ ( rectIxYMinL + 1 ) * imgA->widthE + rectIxXMaxL - 1 ]); in bim_ToneDownBGSupp_BGGreyLevelContour()
288 sumL += *imgPtr1L; in bim_ToneDownBGSupp_BGGreyLevelContour()
290 imgPtr1L += imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelContour()