#include <mv_codec.h>
Inheritance diagram for dirac::MvDataCodec:
Public Member Functions | |
MvDataCodec (BasicOutputManager *bits_out, size_t number_of_contexts, const ChromaFormat &cf) | |
Constructor for encoding. | |
MvDataCodec (BitInputManager *bits_in, size_t number_of_contexts, const ChromaFormat &cf) | |
Constructor for decoding. | |
void | InitContexts () |
Initialises the contexts. |
Derived from the ArithCodec class, this codes and decodes all the motion vector data.
Definition at line 59 of file mv_codec.h.
|
Constructor for encoding. Creates a MvDataCodec object to encode MV data, based on parameters
Definition at line 44 of file mv_codec.cpp. |
|
Constructor for decoding. Creates a MvDataCodec object to encode MV data, based on parameters
Definition at line 54 of file mv_codec.cpp. |