#include <comp_decompress.h>
Public Member Functions | |
CompDecompressor (DecoderParams &decp, const FrameParams &fp) | |
Constructor. | |
void | Decompress (PicArray &pic_data) |
Decompress a frame component. |
This class compresses one of the three components (Y, U, or V) of a frame according to a given set or parameters. CompCompressor is used by FrameCompressor..
Definition at line 55 of file comp_decompress.h.
|
Constructor. Create and initialize a component decompressor with the given characteristics.
Definition at line 52 of file comp_decompress.cpp. |
|
Decompress a frame component. Decompress a PicArray containing a frame component (Y, U, or V).
Definition at line 60 of file comp_decompress.cpp. References dirac::WaveletTransform::BandList(), dirac::DecoderParams::BitsIn(), dirac::ArithCodec< T >::Decompress(), dirac::BitInputManager::FlushInput(), dirac::FrameParams::FSort(), dirac::GolombDecode(), dirac::SubbandList::Init(), dirac::BandCodec::InitContexts(), dirac::SubbandList::Length(), dirac::TwoDArray< T >::LengthX(), dirac::TwoDArray< T >::LengthY(), and dirac::UnsignedGolombDecode(). |