Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DToneDownBGSupp.c194 uint8 *imgPtr0L = 0; in bim_ToneDownBGSupp_BGGreyLevelContour() local
276 imgPtr0L = &(imgA->arrE.arrPtrE[ rectIxYMinL * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelContour()
280 sumL += imgPtr0L[ iL ]; in bim_ToneDownBGSupp_BGGreyLevelContour()
283 imgPtr0L = &(imgA->arrE.arrPtrE[ ( rectIxYMinL + 1 ) * imgA->widthE + rectIxXMinL ]); in bim_ToneDownBGSupp_BGGreyLevelContour()
287 sumL += *imgPtr0L; in bim_ToneDownBGSupp_BGGreyLevelContour()
289 imgPtr0L += imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelContour()