Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/OpenLane
/ rlesFree
Function
rlesFree
eval/CIPO_evaluation/common/maskApi.c:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void rlesFree( RLE **R, siz n ) {
46
siz i; for(i=0; i<n; i++) rleFree((*R)+i); free(*R); *R=0;
47
}
48
49
void rleEncode( RLE *R, const byte *M, siz h, siz w, siz n ) {
50
siz i, j, k, a=w*h; uint c, *cnts; byte p;
Callers
nothing calls this directly
Calls
1
rleFree
Function · 0.85
Tested by
no test coverage detected