| 2779 | // |
| 2780 | |
| 2781 | inline void outputCode(long long code, long long &c, int &lc, char *&out) { |
| 2782 | outputBits(hufLength(code), hufCode(code), c, lc, out); |
| 2783 | } |
| 2784 | |
| 2785 | inline void sendCode(long long sCode, int runCount, long long runCode, |
| 2786 | long long &c, int &lc, char *&out) { |
no test coverage detected