Searched refs:cost (Results 1 – 1 of 1) sorted by relevance
104 float cost = Math.max(table[x][j - 1], table[i][0] - table[x][0]); in buildPartitionTable() local105 if (table[i][j] > cost) { in buildPartitionTable()106 table[i][j] = cost; in buildPartitionTable()