Searched refs:rectYMinL (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 108 rectYMinL = rectA->y1E + rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside() 114 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 201 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local 214 rectYMinL = rectA->y1E; in bim_ToneDownBGSupp_BGGreyLevelContour() 220 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour() 266 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour() 317 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_suppress() local 357 rectYMinL = rectA->y1E + rectShrinkageL; in bim_ToneDownBGSupp_suppress() 365 rectIxYMinL = bbs_max( rectYMinL, 0 ); in bim_ToneDownBGSupp_suppress() [all …]
|