Searched refs:best_node (Results 1 – 3 of 3) sorted by relevance
534 unsigned int best_node = -1; in ra_get_best_spill_node() local549 best_node = n; in ra_get_best_spill_node()553 return best_node; in ra_get_best_spill_node()
498 int best_node; in TrellisQuantizeBlock() local625 best_node = best_path[1]; in TrellisQuantizeBlock()626 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock()630 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock()635 best_node = node->prev; in TrellisQuantizeBlock()
714 int best_node = best_path[1]; in TrellisQuantizeBlock() local716 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock()719 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock()724 best_node = node->prev; in TrellisQuantizeBlock()