| 203 | |
| 204 | template <typename PT> |
| 205 | void TColEncoder<PT>::ExtFlush(Buf& buf) { |
| 206 | eng_up->m_compressor_up->FlushPage(buf, *eng_stt_up->compress_state_up); |
| 207 | } |
| 208 | |
| 209 | template <typename PT> |
| 210 | void TColDecoder<PT>::InitDecompress(const uint8_t* p) { |