Searched refs:rectIxYMaxL (Results 1 – 1 of 1) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | ToneDownBGSupp.c | 101 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside() local 115 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 120 rectIxYMinL = bbs_min( rectIxYMinL, rectIxYMaxL ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 140 ctrL += ( imgA->heightE - rectIxYMaxL ) * imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelOutside() 142 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMaxL * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelOutside() 152 for ( jL = rectIxYMinL; jL < rectIxYMaxL; jL++ ) in bim_ToneDownBGSupp_BGGreyLevelOutside() 202 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour() local 221 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour() 222 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelContour() [all …]
|