Home
last modified time | relevance | path

Searched refs:rectIxXMinL (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
111 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
119 rectIxXMinL = bbs_min( rectIxXMinL, rectIxXMaxL ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
155 ctrL += bbs_max( 0, rectIxXMinL ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
157 for ( iL = 0; iL < rectIxXMinL; iL++ ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
202 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local
217 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
227 if ( rectIxXMaxL - rectIxXMinL < rectMinWidthL ) in bim_ToneDownBGSupp_BGGreyLevelContour()
229 rectXMidPointL = ( rectIxXMaxL + rectIxXMinL ) >> 1; in bim_ToneDownBGSupp_BGGreyLevelContour()
230 rectIxXMinL = rectXMidPointL - ( rectMinWidthL >> 1 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
[all …]