• Home
  • Raw
  • Download

Lines Matching full:int16

88 											int16 rectExpansionA,  in bim_ToneDownBGSupp_BGGreyLevelOutside()
92 int16 iL, jL; in bim_ToneDownBGSupp_BGGreyLevelOutside()
100 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside()
101 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside()
111 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); 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()
114 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); 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()
167 for ( iL = rectIxXMaxL; iL < ( int16 ) imgA->widthE; iL++ ) in bim_ToneDownBGSupp_BGGreyLevelOutside()
193 int16 iL; in bim_ToneDownBGSupp_BGGreyLevelContour()
201 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour()
202 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelContour()
203 int16 rectMinWidthL = 10, rectMinHeightL = 10; in bim_ToneDownBGSupp_BGGreyLevelContour()
204 int16 rectXMidPointL, rectYMidPointL; in bim_ToneDownBGSupp_BGGreyLevelContour()
205 int16 shiftXRectL, shiftYRectL; in bim_ToneDownBGSupp_BGGreyLevelContour()
217 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); 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()
220 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); 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()
237 if ( rectIxXMaxL > ( int16 ) imgA->widthE ) in bim_ToneDownBGSupp_BGGreyLevelContour()
239 shiftXRectL = rectIxXMaxL - ( int16 ) imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelContour()
252 if ( rectIxYMaxL > ( int16 ) imgA->widthE ) in bim_ToneDownBGSupp_BGGreyLevelContour()
254 shiftXRectL = rectIxYMaxL - ( int16 ) imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelContour()
264 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
265 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelContour()
266 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour()
267 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelContour()
310 int16 rectShrinkageA, in bim_ToneDownBGSupp_suppress()
311 int32 toneDownFactorA, /* ToDo: change to int16, bpb=[0.16] */ in bim_ToneDownBGSupp_suppress()
317 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_suppress()
318 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_suppress()
319 int16 rectShrinkageL; in bim_ToneDownBGSupp_suppress()
329 int16 rOIReachXMinL, rOIReachXMaxL, rOIReachYMinL, rOIReachYMaxL; in bim_ToneDownBGSupp_suppress()
330 int16 rOIReachIxXMinL, rOIReachIxXMaxL, rOIReachIxYMinL, rOIReachIxYMaxL; in bim_ToneDownBGSupp_suppress()
331 int16 ridgeIxLeftL, ridgeIxRightL; in bim_ToneDownBGSupp_suppress()
340 int16 iL, jL; in bim_ToneDownBGSupp_suppress()
361 rectIxXMinL = bbs_min( rectIxXMinL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_suppress()
362 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_suppress()
366 rectIxYMinL = bbs_min( rectIxYMinL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_suppress()
367 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_suppress()
425 rOIReachIxXMinL = bbs_max( rOIReachXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_suppress()
426 rOIReachIxXMinL = bbs_min( rOIReachIxXMinL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_suppress()
427 rOIReachIxXMaxL = bbs_min( rOIReachXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_suppress()
428 rOIReachIxXMaxL = bbs_max( rOIReachIxXMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_suppress()
430 rOIReachIxYMinL = bbs_max( rOIReachYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_suppress()
431 rOIReachIxYMinL = bbs_min( rOIReachIxYMinL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_suppress()
432 rOIReachIxYMaxL = bbs_min( rOIReachYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_suppress()
433 rOIReachIxYMaxL = bbs_max( rOIReachIxYMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_suppress()
441 for ( iL = 0; iL <= ( int16 ) imgA->widthE; iL++ ) in bim_ToneDownBGSupp_suppress()
446 for ( jL = rOIReachYMaxL; jL < ( int16 ) imgA->heightE; jL++ ) in bim_ToneDownBGSupp_suppress()
449 for ( iL = 0; iL <= ( int16 ) imgA->widthE; iL++ ) in bim_ToneDownBGSupp_suppress()
461 for ( iL = rOIReachXMaxL; iL < ( int16 ) imgA->widthE; iL++ ) in bim_ToneDownBGSupp_suppress()
480 ridgeIxRightL = bbs_min( ( int16 ) imgA->widthE - 1, rOIReachXMaxL - 1 - ( jL - rOIReachYMinL ) ); in bim_ToneDownBGSupp_suppress()
502 …ridgeIxRightL = bbs_min( ( int16 ) imgA->widthE - 1, rOIReachXMaxL - 1 - ( rOIReachYMaxL - 1 - jL … in bim_ToneDownBGSupp_suppress()