Grok 20.3.2
CodeblockDecompressImpl.h File Reference
#include <memory>
#include "BitIO.h"
#include "CodeblockImpl.h"
#include "CodeStreamLimits.h"
#include "t1_common.h"
#include "mqc.h"

Go to the source code of this file.

Classes

struct  grk::t1::Segment
 Stores information for a code block segment. More...
struct  grk::t1::CodeblockDecompressImpl
 Decompression code block implementation. More...

Namespaces

namespace  grk
 ResWindow.
namespace  grk::t1

Macros

#define T1_TYPE_MQ   0 /** Normal coding using entropy coder */
#define T1_TYPE_RAW   1 /** Raw compressing*/

Macro Definition Documentation

◆ T1_TYPE_MQ

#define T1_TYPE_MQ   0 /** Normal coding using entropy coder */

◆ T1_TYPE_RAW