| 2635 | // |
| 2636 | |
| 2637 | inline void outputCode(long long code, long long &c, int &lc, char *&out) { |
| 2638 | outputBits(hufLength(code), hufCode(code), c, lc, out); |
| 2639 | } |
| 2640 | |
| 2641 | inline void sendCode(long long sCode, int runCount, long long runCode, |
| 2642 | long long &c, int &lc, char *&out) { |
no test coverage detected