Home | History | Annotate | Download | only in include

Lines Matching full:param1

183 CV_INLINE  void  cvRandSetRange( CvRandState* state, double param1,
201 state->param[0].val[2] = state->param[0].val[3] = param1;
207 state->param[0].val[index] = param1;
213 CV_INLINE void cvRandInit( CvRandState* state, double param1,
231 cvRandSetRange( state, param1, param2, -1 );