OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pass_hint
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/src/
cxnorm.cpp
1153
int
pass_hint
;
local
1258
int
pass_hint
= depth == CV_32F && normType != 0;
local
[
all
...]
cxsumpixels.cpp
418
int
pass_hint
;
local
426
pass_hint
= CV_MAT_DEPTH(type) == CV_32F;
428
if( !
pass_hint
)
513
int
pass_hint
= CV_MAT_DEPTH(type) == CV_32F;
local
518
if( !
pass_hint
)
[
all
...]
Completed in 52 milliseconds