| 58 | eng_up.reset(); |
| 59 | eng_up = std::make_unique<Engine<PT>>(); |
| 60 | } |
| 61 | |
| 62 | template <typename PT> |
| 63 | void TColDecoder<PT>::Reset() { |
| 64 | eng_stt_up.reset(); |
| 65 | eng_stt_up = std::make_unique<EngineState>(); |
| 66 | decom_stt_up.reset(); |
| 67 | decom_stt_up = std::make_unique<DecompressState>(); |
| 68 | eng_up.reset(); |