Searched refs:bestCost (Results 1 – 2 of 2) sorted by relevance
462 float bestCost = costs[0].searchTimeCost / bestTimeCost; in estimateBuildParams() local468 if (crtCost < bestCost) { in estimateBuildParams()469 bestCost = crtCost; in estimateBuildParams()
61 … __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)