Home | History | Annotate | Download | only in src

Lines Matching full:dstwidth

2800         int dstwidth  = min(cvRound(src.cols * inv_scale_x), dst.cols);
2804 IppiSize dstSize = { dstwidth, dstheight - dsty };