HomeSort by relevance Sort by last modified time
    Searched full:rng_tab (Results 1 - 1 of 1) sorted by null

  /external/opencv/cxcore/src/
cxrand.cpp 414 CvFuncTable* rng_tab,
423 rng_tab->fn_2d[CV_8U] = (void*)icvRand_8u_C1R;
424 rng_tab->fn_2d[CV_8S] = 0;
425 rng_tab->fn_2d[CV_16U] = (void*)icvRand_16u_C1R;
426 rng_tab->fn_2d[CV_16S] = (void*)icvRand_16s_C1R;
427 rng_tab->fn_2d[CV_32S] = (void*)icvRand_32s_C1R;
428 rng_tab->fn_2d[CV_32F] = (void*)icvRand_32f_C1R;
429 rng_tab->fn_2d[CV_64F] = (void*)icvRand_64f_C1R;
444 static CvFuncTable rng_tab[2], fastrng_tab; local
466 icvInitRandTable( &fastrng_tab, &rng_tab[CV_RAND_UNI]
    [all...]

Completed in 108 milliseconds