Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dconvert.cpp5386 static BinaryFunc cvtTab[][8] = in getConvertFunc() local
5428 return cvtTab[CV_MAT_DEPTH(ddepth)][CV_MAT_DEPTH(sdepth)]; in getConvertFunc()