MCPcopy 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
45void rlesFree( RLE **R, siz n ) {
46 siz i; for(i=0; i<n; i++) rleFree((*R)+i); free(*R); *R=0;
47}
48
49void 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

rleFreeFunction · 0.85

Tested by

no test coverage detected