| 474 | } |
| 475 | |
| 476 | LASwriteItemCompressed_RGB12_v2::~LASwriteItemCompressed_RGB12_v2() |
| 477 | { |
| 478 | enc->destroySymbolModel(m_byte_used); |
| 479 | enc->destroySymbolModel(m_rgb_diff_0); |
| 480 | enc->destroySymbolModel(m_rgb_diff_1); |
| 481 | enc->destroySymbolModel(m_rgb_diff_2); |
| 482 | enc->destroySymbolModel(m_rgb_diff_3); |
| 483 | enc->destroySymbolModel(m_rgb_diff_4); |
| 484 | enc->destroySymbolModel(m_rgb_diff_5); |
| 485 | } |
| 486 | |
| 487 | BOOL LASwriteItemCompressed_RGB12_v2::init(const U8* item, U32& context) |
| 488 | { |
nothing calls this directly
no test coverage detected