Home
last modified time | relevance | path

Searched refs:no_match (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
Dcvbgfg_gaussmix.cpp292 int no_match; in icvUpdateGaussianBGModel() local
297 no_match = icvMatchTest( pixel, nChannels, match, g_point, &bg_model_params ); in icvUpdateGaussianBGModel()
301 if( no_match == -1) in icvUpdateGaussianBGModel()
307 if( no_match == -1) in icvUpdateGaussianBGModel()
/external/chromium/chrome/browser/ui/views/
Dfind_bar_view.h87 void UpdateMatchCountAppearance(bool no_match);
Dfind_bar_view.cc502 void FindBarView::UpdateMatchCountAppearance(bool no_match) { in UpdateMatchCountAppearance() argument
503 if (no_match) { in UpdateMatchCountAppearance()