Home
last modified time | relevance | path

Searched refs:best_node (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dregister_allocate.c534 unsigned int best_node = -1; in ra_get_best_spill_node() local
549 best_node = n; in ra_get_best_spill_node()
553 return best_node; in ra_get_best_spill_node()
/external/opencv3/3rdparty/libwebp/enc/
Dquant.c498 int best_node; in TrellisQuantizeBlock() local
625 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()
/external/webp/src/enc/
Dquant.c714 int best_node = best_path[1]; in TrellisQuantizeBlock() local
716 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()