Home | History | Annotate | Download | only in src

Lines Matching full:new_base_w

737 					int new_base_w = 0, new_base_h = 0;
769 new_base_w = cvRound( r[0].width * scale ) / kx;
791 tr.x = (r[k].x - r[0].x) * new_base_w / base_w + x0;
792 tr.width = r[k].width * new_base_w / base_w;