Home | History | Annotate | Download | only in src

Lines Matching defs:CUTOFF

51 #define CUTOFF 1000
78 int dataCostFuncTab[CUTOFF+1];
79 int smoothnessR[CUTOFF*2+1];
88 // cutoffSqrTab[x] = MIN(x*x, CUTOFF)
100 icvCutoffSqrTab[i] = MIN(i*i, CUTOFF);
109 for( i = 0; i <= CUTOFF; i++ )
112 for( i = 0; i < CUTOFF*2 + 1; i++ )
113 state2->smoothnessR[i] = MIN(abs(i-CUTOFF), state2->interactionRadius);
409 // min(CUTOFF,
417 // min(CUTOFF,
532 const int* stabR = state2->smoothnessR + CUTOFF;
672 const int* stabR = state2->smoothnessR + CUTOFF;