Searched defs:fastrng_tab (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxrand.cpp413 static void icvInitRandTable( CvFuncTable* fastrng_tab, argument
417 fastrng_tab->fn_2d[CV_8U] = (void*)icvRandBits_8u_C1R;
418 fastrng_tab->fn_2d[CV_8S] = 0;
419 fastrng_tab->fn_2d[CV_16U] = (void*)icvRandBits_16u_C1R;
420 fastrng_tab->fn_2d[CV_16S] = (void*)icvRandBits_16s_C1R;
421 fastrng_tab->fn_2d[CV_32S] = (void*)icvRandBits_32s_C1R;
444 static CvFuncTable rng_tab[2], fastrng_tab; local
466 icvInitRandTable( &fastrng_tab, &rng_tab[CV_RAND_UNI],
537 CV_GET_FUNC_PTR( func, (CvFunc2D_1A2P)(fastrng_tab.fn_2d[depth]));

Completed in 163 milliseconds