Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvclique.cpp198 finder->fixp = new int[N+1]; //node with minimal disconnections
239 delete finder->fixp; //node with minimal disconnections
274 int* fixp = finder->fixp; //node with minimal disconnections
325 fixp[k] = p; //set current point as fixed
467 if( !connected[fixp[k]][old[s[k]]])
505 int* fixp = new int[N]; //node with minimal disconnections
572 fixp[k] = p; //set current point as fixed
690 if( !connected[fixp[k]][old[s[k]]])
/external/e2fsprogs/debugfs/
Dextent_cmds.ct56 fix_parents, fixp;
/external/opencv/cvaux/include/
Dcvaux.h323 int* fixp; //node with minimal disconnections member