Searched refs:rectXMaxL (Results 1 – 1 of 1) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | ToneDownBGSupp.c | 100 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside() local 107 rectXMaxL = rectA->x2E - rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside() 112 rectIxXMaxL = bbs_max( rectXMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 201 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local 213 rectXMaxL = rectA->x2E; in bim_ToneDownBGSupp_BGGreyLevelContour() 218 rectIxXMaxL = bbs_max( rectXMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour() 219 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelContour() 265 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelContour() 317 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_suppress() local [all …]
|