Dirac - A Video Codec
Created by the British Broadcasting Corporation.
dirac::IntraDCBandVLC Class Reference
A class specially for coding the DC subband of Intra frames.
More...
#include <band_vlc.h>
Inheritance diagram for dirac::IntraDCBandVLC:
[legend]Collaboration diagram for dirac::IntraDCBandVLC:
[legend]List of all members.Public Member Functions
Private Member Functions
Detailed Description
A class specially for coding the DC subband of Intra frames, using intra-band prediction of coefficients.
Constructor & Destructor Documentation
|
Creates a IntraDCBandVLC object to encode subband data, based on parameters - Parameters:
-
subband_byteio | input/output for the encoded bits |
band_list | the set of all the subbands |
|
dirac::IntraDCBandVLC::IntraDCBandVLC |
( |
const IntraDCBandVLC & |
cpy |
) |
[private] |
|
Member Function Documentation
void dirac::IntraDCBandVLC::CodeCoeffBlock |
( |
const CodeBlock & |
code_block, |
|
|
CoeffArray & |
in_data |
|
) |
[private, virtual] |
|
void dirac::IntraDCBandVLC::DCPrediction |
( |
const CodeBlock & |
code_block, |
|
|
CoeffArray & |
out_data |
|
) |
[private] |
|
void dirac::IntraDCBandVLC::DecodeCoeffBlock |
( |
const CodeBlock & |
code_block, |
|
|
CoeffArray & |
out_data |
|
) |
[private, virtual] |
|
void dirac::IntraDCBandVLC::DoWorkCode |
( |
CoeffArray & |
in_data |
) |
[private, virtual] |
|
void dirac::IntraDCBandVLC::DoWorkDecode |
( |
CoeffArray & |
out_data |
) |
[private, virtual] |
|
CoeffType dirac::IntraDCBandVLC::GetPrediction |
( |
const CoeffArray & |
data, |
|
|
const int |
xpos, |
|
|
const int |
ypos |
|
) |
const [private] |
|
The documentation for this class was generated from the following file:
© 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.