| 3 | #define Clean(D,S) {for (int I=0;I<(S);I++) (D)[I]=0;} |
| 4 | |
| 5 | void RSCoder::Init(int ParSize) |
| 6 | { |
| 7 | RSCoder::ParSize=ParSize; // Store the number of recovery volumes. |
| 8 | FirstBlockDone=false; |
| 9 | gfInit(); |
| 10 | pnInit(); |
| 11 | } |
| 12 | |
| 13 | |
| 14 | // Initialize logarithms and exponents Galois field tables. |
no outgoing calls
no test coverage detected