| 79 | } |
| 80 | |
| 81 | static void WriteFirst(CHIMP_TYPE in, State& state) { |
| 82 | state.output.template WriteValue<CHIMP_TYPE, BIT_SIZE>(in); |
| 83 | state.previous_value = in; |
| 84 | state.first = false; |
| 85 | } |
| 86 | |
| 87 | static void CompressValue(CHIMP_TYPE in, State& state) { |
| 88 |
nothing calls this directly
no outgoing calls
no test coverage detected