Home | History | Annotate | Download | only in test

Lines Matching refs:clipInt

261     min_log_size = cvtest::clipInt( min_log_size, 0, 8 );
262 max_log_size = cvtest::clipInt( max_log_size, 0, 10 );