Home | History | Annotate | Download | only in src

Lines Matching refs:iscale_x

711             int iscale_x = cvRound(scale_x);
714 if( fabs(scale_x - iscale_x) < DBL_EPSILON &&
717 int area = iscale_x*iscale_y;
727 for( sx = 0; sx < iscale_x; sx++ )
732 sx = dx*iscale_x*cn;