OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_IPP_CHECK_COND
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/
private.hpp
238
#define
CV_IPP_CHECK_COND
(cv::ipp::useIPP())
239
#define CV_IPP_CHECK() if(
CV_IPP_CHECK_COND
)
/external/opencv3/modules/objdetect/src/
haar.cpp
162
if(
CV_IPP_CHECK_COND
&& cascade->ipp_stages )
341
int can_use_ipp =
CV_IPP_CHECK_COND
&& (!out->has_tilted_features && !out->is_tree && out->isStumpBased);
[
all
...]
/external/opencv3/modules/core/src/
dxt.cpp
[
all
...]
matrix.cpp
[
all
...]
Completed in 198 milliseconds