Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:rectA

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