Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DToneDownBGSupp.c101 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside() local
114 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
120 rectIxYMinL = bbs_min( rectIxYMinL, rectIxYMaxL ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
130 ctrL += rectIxYMinL * imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelOutside()
131 imgPtrMaxL = imgPtrL + rectIxYMinL * imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelOutside()
152 for ( jL = rectIxYMinL; jL < rectIxYMaxL; jL++ ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
154 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMinL * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelOutside()
202 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local
220 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
242 if ( rectIxYMaxL - rectIxYMinL < rectMinHeightL ) in bim_ToneDownBGSupp_BGGreyLevelContour()
[all …]