MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / umin

Function umin

eval/CIPO_evaluation/common/maskApi.c:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include <stdlib.h>
27
28uint umin( uint a, uint b ) { return (a<b) ? a : b; }
29uint umax( uint a, uint b ) { return (a>b) ? a : b; }
30
31void rleInit( RLE *R, siz h, siz w, siz m, uint *cnts ) {

Callers 3

rleMergeFunction · 0.85
rleIouFunction · 0.85
rleToBboxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected