Searched refs:use_ipp (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvcorner.cpp230 bool use_ipp = false; local
282 use_ipp = true;
301 if( !use_ipp )
319 if( !use_ipp )
529 bool use_ipp = false; local
585 use_ipp = true;
607 if( !use_ipp )
622 if( !use_ipp )
H A Dcvpyramids.cpp947 int use_ipp = 0; local
991 use_ipp = ipp_func && icvPyrUpGetBufSize_Gauss5x5_p( size.width,
995 if( !use_ipp )
1006 if( !use_ipp )
1040 int use_ipp = 0; local
1098 use_ipp = ipp_func && icvPyrDownGetBufSize_Gauss5x5_p( src_size2.width,
1102 if( !use_ipp )
1114 if( !use_ipp )
H A Dcvhaar.cpp938 int use_ipp = cascade->hid_cascade->ipp_stages != 0 && local
941 if( use_ipp )
990 if( !use_ipp )
1019 if( use_ipp )

Completed in 403 milliseconds