Home
last modified time | relevance | path

Searched refs:bestCost (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
Dautotuned_index.h462 float bestCost = costs[0].searchTimeCost / bestTimeCost; in estimateBuildParams() local
468 if (crtCost < bestCost) { in estimateBuildParams()
469 bestCost = crtCost; in estimateBuildParams()
/external/opencv3/modules/calib3d/src/opencl/
Dstereobm.cl61 … __local int * bestDisp, __local int * bestCost, int d, int x, int y, int cols, int rows)
63 int best_disp = *bestDisp, best_cost = *bestCost;
71 *bestCost = FILTERED;
74 if( *bestCost != FILTERED && x < cols - WSZ2 - MIN_DISP && y < rows - WSZ2 && d == best_disp)