#include "defs.h"
#include "arithcodec.h"
Go to the source code of this file.
Compounds | |
class | ContextBase |
Abstract predecessor for all context classes used in arithmetic coding/decoding. More... | |
Enumerations | |
enum | ContextType { StaticContext, DynamicContext } |
Type of the context. More... |
This file contains the definition of ContextBase virtual class.
Definition in file contextbase.h.
|
Type of the context.
Context can be of two types: static and dynamic.
Definition at line 39 of file contextbase.h. Referenced by Context::Context, and Context::setType. |