OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_8x16uSqrTab
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/core/src/
precomp.hpp
101
extern const ushort
g_8x16uSqrTab
[];
102
#define CV_SQR_8U(x) cv::
g_8x16uSqrTab
[(x)+255]
tables.cpp
107
const ushort
g_8x16uSqrTab
[] =
Completed in 77 milliseconds