Compress a single image picture.
More...
#include <picture_decompress.h>
This class decompresses a single picture at a time, using parameters supplied at its construction. PictureDecompressor is used by SequenceDecompressor.
§ PictureDecompressor() [1/2]
Creates a PictureDecompressor with specific set of parameters the control the decompression process. It decodes motion data before decoding each component of the picture.
- Parameters
-
decp | decoder parameters |
cf | the chroma format of the picture being decompressed |
Referenced by GetPicParams().
§ ~PictureDecompressor()
dirac::PictureDecompressor::~PictureDecompressor |
( |
| ) |
|
§ PictureDecompressor() [2/2]
Copy constructor is private and body-less. This class should not be copied.
§ CleanReferencePictures()
void dirac::PictureDecompressor::CleanReferencePictures |
( |
PictureBuffer & |
my_buffer | ) |
|
|
private |
§ CompDecompress()
§ Decompress()
Decompresses the next picture from the stream and place at the end of a picture buffer. Returns true if able to decode successfully, false otherwise
- Parameters
-
parseunit_byteio | Picture info in Dirac-stream format |
my_buffer | picture buffer into which the picture is placed |
§ DecompressMVData()
void dirac::PictureDecompressor::DecompressMVData |
( |
std::auto_ptr< MvData > & |
mv_data, |
|
|
PictureByteIO & |
picture_byteio |
|
) |
| |
|
private |
§ GetPicParams()
const PictureParams& dirac::PictureDecompressor::GetPicParams |
( |
| ) |
const |
|
inline |
§ InitCoeffData()
void dirac::PictureDecompressor::InitCoeffData |
( |
CoeffArray & |
coeff_data, |
|
|
const int |
xl, |
|
|
const int |
yl |
|
) |
| |
|
private |
§ operator=()
Assignment = is private and body-less. This class should not be assigned.
Referenced by GetPicParams().
§ PushPicture()
void dirac::PictureDecompressor::PushPicture |
( |
PictureBuffer & |
my_buffer | ) |
|
|
private |
§ SetMVBlocks()
void dirac::PictureDecompressor::SetMVBlocks |
( |
| ) |
|
|
private |
§ m_cformat
§ m_decparams
§ m_global_pred_mode
PredMode dirac::PictureDecompressor::m_global_pred_mode |
|
private |
§ m_pparams
§ m_skipped
bool dirac::PictureDecompressor::m_skipped |
|
private |
§ m_use_block_mv
bool dirac::PictureDecompressor::m_use_block_mv |
|
private |
§ m_use_global
bool dirac::PictureDecompressor::m_use_global |
|
private |
The documentation for this class was generated from the following file: