Home | History | Annotate | Download | only in src

Lines Matching refs:count_x

1161     int count_x, count_y, count;
1226 count_x = cvRound((double)COUNT*sz1.width/sz1.height);
1227 count = count_x * count_y;
1234 for( j = 0; j < count_x; j++, k++ )
1236 pA[k].x = (j+0.5f)*sz1.width/count_x;