Home
last modified time | relevance | path

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

/dports/cad/verilator/verilator-4.216/src/
H A DV3TSP.cpp461 unsigned max_cost_idx = 0; in tspSort() local
469 max_cost_idx = i; in tspSort()
473 if (max_cost_idx == resultp->size() - 1) { in tspSort()
479 unsigned i = max_cost_idx + 1; in tspSort()
481 while (i != max_cost_idx) { in tspSort()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dmcomp.c2469 int max_cost_idx = 0; local
2473 max_cost_idx = i;
2478 block_hashes[max_cost_idx] = curr_block;
2479 costs[max_cost_idx] = curr_cost;