Home
last modified time | relevance | path

Searched refs:rectIxXMaxL (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
112 rectIxXMaxL = bbs_max( rectXMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
119 rectIxXMinL = bbs_min( rectIxXMinL, rectIxXMaxL ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
162 if( ( int32 )imgA->widthE > ( int32 )rectIxXMaxL ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
164 ctrL += ( int32 )imgA->widthE - ( int32 )rectIxXMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside()
167 for ( iL = rectIxXMaxL; iL < ( int16 ) imgA->widthE; iL++ ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
202 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local
218 rectIxXMaxL = bbs_max( rectXMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
219 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelContour()
[all …]