Searched refs:best_node (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | idcinvideo.c | 86 int best, best_node; in huff_smallest_node() local 89 best_node = -1; in huff_smallest_node() 97 best_node = i; in huff_smallest_node() 101 if(best_node == -1) in huff_smallest_node() 103 hnodes[best_node].used = 1; in huff_smallest_node() 104 return best_node; in huff_smallest_node()
|
/third_party/mesa3d/src/panfrost/util/ |
D | lcra.c | 228 signed best_node = -1; in lcra_get_best_spill_node() local 242 best_node = i; in lcra_get_best_spill_node() 246 return best_node; in lcra_get_best_spill_node()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | scheduler.c | 1290 gpir_node *best_node = NULL; in try_node() local 1304 if (node->sched.dist < best_node->sched.dist) in try_node() 1312 if (score == INT_MIN && !best_node && in try_node() 1320 best_node = node; in try_node() 1327 best_node = node; in try_node() 1332 if (best_node) { in try_node() 1333 gpir_debug("scheduling %d (score = %d)%s\n", best_node->index, in try_node() 1334 best_score, best_node->sched.max_node ? " (max)" : ""); in try_node() 1335 ASSERTED int score = schedule_try_node(ctx, best_node, false); in try_node()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_ra.c | 568 signed best_node = -1; in bi_choose_spill_node() local 585 best_node = i; in bi_choose_spill_node() 602 best_node = i; in bi_choose_spill_node() 608 return best_node; in bi_choose_spill_node()
|
/third_party/mesa3d/src/util/ |
D | register_allocate.c | 1041 unsigned int best_node = -1; in ra_get_best_spill_node() local 1064 best_node = n; in ra_get_best_spill_node() 1068 return best_node; in ra_get_best_spill_node()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | quant_enc.c | 731 int best_node = best_path[1]; in TrellisQuantizeBlock() local 733 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock() 736 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock() 741 best_node = node->prev; in TrellisQuantizeBlock()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | quant_enc.c | 731 int best_node = best_path[1]; in TrellisQuantizeBlock() local 733 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock() 736 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock() 741 best_node = node->prev; in TrellisQuantizeBlock()
|