Lines Matching refs:rectA
87 struct bts_Int16Rect* rectA, in bim_ToneDownBGSupp_BGGreyLevelOutside() argument
106 rectXMinL = rectA->x1E + rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
107 rectXMaxL = rectA->x2E - rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
108 rectYMinL = rectA->y1E + rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
109 rectYMaxL = rectA->y2E - rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
189 struct bts_Int16Rect* rectA, in bim_ToneDownBGSupp_BGGreyLevelContour() argument
212 rectXMinL = rectA->x1E; in bim_ToneDownBGSupp_BGGreyLevelContour()
213 rectXMaxL = rectA->x2E; in bim_ToneDownBGSupp_BGGreyLevelContour()
214 rectYMinL = rectA->y1E; in bim_ToneDownBGSupp_BGGreyLevelContour()
215 rectYMaxL = rectA->y2E; in bim_ToneDownBGSupp_BGGreyLevelContour()
309 struct bts_Int16Rect* rectA, in bim_ToneDownBGSupp_suppress() argument
351 rectShrinkageL = bbs_min( rectShrinkageL, ( rectA->x2E - rectA->x1E ) >> 1 ); in bim_ToneDownBGSupp_suppress()
352 rectShrinkageL = bbs_min( rectShrinkageL, ( rectA->y2E - rectA->y1E ) >> 1 ); in bim_ToneDownBGSupp_suppress()
355 rectXMinL = rectA->x1E + rectShrinkageL; in bim_ToneDownBGSupp_suppress()
356 rectXMaxL = rectA->x2E - rectShrinkageL; in bim_ToneDownBGSupp_suppress()
357 rectYMinL = rectA->y1E + rectShrinkageL; in bim_ToneDownBGSupp_suppress()
358 rectYMaxL = rectA->y2E - rectShrinkageL; in bim_ToneDownBGSupp_suppress()
375 bim_ToneDownBGSupp_BGGreyLevelContour( imgA, rectA, &meanBGGreyLevelL ); in bim_ToneDownBGSupp_suppress()