Created by the British Broadcasting Corporation.
#include <seq_compress.h>
Inheritance diagram for dirac::SequenceCompressor:
This is an abstract class.
|
Creates a sequence compressor, and prepares to begin compressing with the first frame.Sets up frame padding in the picture input if necesary
|
|
Destructor. Must delete IO objects created by constructor. |
|
Copy constructor is private and body-less. This class should not be copied. |
|
Reimplemented in dirac::FieldSequenceCompressor. |
|
Uses the GOP parameters to convert frame numbers in coded order to display order. Pure virtual function. The child class will have to define it.
Implemented in dirac::FrameSequenceCompressor, and dirac::FieldSequenceCompressor. |
|
This function codes the next frame in coding order and returns the next frame in display order. In general these will differ, and because of re-ordering there is a delay which needs to be imposed. This creates problems at the start and at the end of the sequence which must be dealt with. At the start we just keep outputting frame 0. At the end you will need to loop for longer to get all the frames out. It's up to the calling function to do something with the decoded frames as they come out -- write them to screen or to file, for example. . If coding is fast enough the compressed version could be watched real-time (with suitable buffering in the calling function to account for encode-time variations). NOTE: LoadNextFrame must be called atleast once before invoking this method.
|
|
|
|
|
|
|
|
Indicates whether or not the last frame in the sequence has been compressed.
|
|
|
|
|
|
Implemented in dirac::FrameSequenceCompressor, and dirac::FieldSequenceCompressor. |
|
Load one frame of data into the Sequence Compressor. Sets m_all_done to true if no more data is available to be loaded. Input can be frame or field. So the child class will have to implement this function.
Implemented in dirac::FrameSequenceCompressor, and dirac::FieldSequenceCompressor. |
|
|
|
|
|
Assignment = is private and body-less. This class should not be assigned.. |
|
Reimplemented in dirac::FieldSequenceCompressor. |
|
Implemented in dirac::FrameSequenceCompressor, and dirac::FieldSequenceCompressor. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Flag which is false if we've been all-done for more than one frame, true otherwise (so that we can take actions on finishing once only). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.