Home
last modified time | relevance | path

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

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