Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxmatrix.cpp746 static void icvInitLUTable( CvFuncTable* decomp_tab, in icvInitLUTable() argument
749 decomp_tab->fn_2d[0] = (void*)icvLUDecomp_32f; in icvInitLUTable()
750 decomp_tab->fn_2d[1] = (void*)icvLUDecomp_64f; in icvInitLUTable()