Searched refs:gr_tab (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvsamplers.cpp538 static CvFuncTable gr_tab[2]; local
552 icvInitGetRectSubPixC1RTable( gr_tab + 0 );
553 icvInitGetRectSubPixC3RTable( gr_tab + 1 );
578 func = (CvGetRectSubPixFunc)(gr_tab[cn != 1].fn_2d[CV_MAT_DEPTH(src->type)]);
585 func = (CvGetRectSubPixFunc)(gr_tab[cn != 1].fn_2d[1]);

Completed in 60 milliseconds