Home | History | Annotate | Download | only in src

Lines Matching refs:new_base_w

538                 int new_base_w = 0, new_base_h = 0;
570 new_base_w = cvRound( r[0].width * scale ) / kx;
590 tr.x = (r[k].x - r[0].x) * new_base_w / base_w + x0;
591 tr.width = r[k].width * new_base_w / base_w;