tudocomp
– The TU Dortmund Compression Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BlockAdjust.hpp File Reference

Go to the source code of this file.

Namespaces

 tdc
 Contains the text compression and encoding framework.
 
 tdc::esp
 

Functions

bool tdc::esp::needs_merge (const TypedBlock &a)
 
bool tdc::esp::needs_merge (const TypedBlock &a, const TypedBlock &b)
 
size_t tdc::esp::merge (TypedBlock &a, TypedBlock &b, size_t type)
 
void tdc::esp::adjust_blocks (std::vector< TypedBlock > &blocks)