MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / RSCoder16

Method RSCoder16

Libraries/unrar/rs16.cpp:9–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7// for samples and ideas allowed to make Reed-Solomon codec more efficient.
8
9RSCoder16::RSCoder16()
10{
11 Decoding=false;
12 ND=NR=NE=0;
13 ValidFlags=NULL;
14 MX=NULL;
15 DataLog=NULL;
16 DataLogSize=0;
17
18 gfInit();
19}
20
21
22RSCoder16::~RSCoder16()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected