Searched refs:pass_hint (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxnorm.cpp1153 int pass_hint; local
1171 pass_hint = normType != 0 && (depth == CV_32F);
1175 if( !pass_hint )
1209 if( !pass_hint )
1258 int pass_hint = depth == CV_32F && normType != 0; local
1263 if( !pass_hint )
1281 if( !pass_hint )
H A Dcxsumpixels.cpp418 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 )

Completed in 47 milliseconds