Home
last modified time | relevance | path

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

/external/opencv3/modules/cudawarping/src/
Dwarp.cpp203 static const bool useNppTab[6][4][3] = in warpAffine() local
243 …bool useNpp = borderMode == BORDER_CONSTANT && ofs.x == 0 && ofs.y == 0 && useNppTab[src.depth()][… in warpAffine()
342 static const bool useNppTab[6][4][3] = in warpPerspective() local
382 …bool useNpp = borderMode == BORDER_CONSTANT && ofs.x == 0 && ofs.y == 0 && useNppTab[src.depth()][… in warpPerspective()