Searched refs:rectYMaxL (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 109 rectYMaxL = rectA->y2E - rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside() 115 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 201 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local 215 rectYMaxL = rectA->y2E; in bim_ToneDownBGSupp_BGGreyLevelContour() 221 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour() 222 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelContour() 267 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelContour() 317 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_suppress() local [all …]
|