Searched refs:best_node (Results 1 – 1 of 1) sorted by relevance
430 int best_node; in TrellisQuantizeBlock() local557 best_node = best_path[1]; in TrellisQuantizeBlock()558 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock()562 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock()567 best_node = node->prev; in TrellisQuantizeBlock()