Searched refs:CUTOFF (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereogc.cpp51 #define CUTOFF 1000 macro
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,
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSet.java214 static final int CUTOFF = 1 << 29; field in class:ImmutableSet
223 if (setSize < CUTOFF) {
/external/srec/config/en.us/dictionary/
H A Dc0.625867 CUTOFF K AH1 T AO2 F
[all...]

Completed in 143 milliseconds