Searched refs:rectXMinL (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 106 rectXMinL = rectA->x1E + rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside() 111 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 201 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local 212 rectXMinL = rectA->x1E; in bim_ToneDownBGSupp_BGGreyLevelContour() 217 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour() 264 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour() 317 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_suppress() local 355 rectXMinL = rectA->x1E + rectShrinkageL; in bim_ToneDownBGSupp_suppress() 360 rectIxXMinL = bbs_max( rectXMinL, 0 ); in bim_ToneDownBGSupp_suppress() [all …]
|