Created by the British Broadcasting Corporation.
Class holding instrumentation overlay information.
#include <overlay.h>
Public Member Functions | |
| OverlayOption | Option () const |
| Get functions... Returns instrumentation command line option. More... | |
| int | Reference () const |
| Returns which reference is to be used. More... | |
| int | Background () const |
| Returns true if input picture background is used, false if grey. More... | |
| int | Legend () const |
| Returns true if colour legend is displayed. More... | |
| int | MvClip () const |
| Returns clip value for motion vectors. More... | |
| int | SADClip () const |
| Returns clip value for sad. More... | |
| void | SetOption (OverlayOption o) |
| Set functions... Set type of instrumentation. More... | |
| void | SetReference (int r) |
| Set which reference picture is to be used. More... | |
| void | SetBackground (bool b) |
| Set whether input picture or grey is used as background. More... | |
| void | SetLegend (bool l) |
| Set display of colour legend. More... | |
| void | SetMvClip (int c) |
| Set clip for motion vectors. More... | |
| void | SetSADClip (int c) |
| Set clip for sad. More... | |
Private Attributes | |
| OverlayOption | m_option |
| Instrumentation command line option. More... | |
| int | m_ref |
| Reference picture. More... | |
| bool | m_bg |
| Background - original luma or mid-grey. More... | |
| bool | m_legend |
| Instrumentation legend off. More... | |
| int | m_mv_clip |
| Motion vector clip value. More... | |
| int | m_sad_clip |
| SAD clip value. More... | |
|
inline |
References m_bg.
|
inline |
References m_legend.
|
inline |
References m_mv_clip.
|
inline |
References m_option.
|
inline |
References m_ref.
|
inline |
References m_sad_clip.
|
inline |
References m_bg.
|
inline |
References m_legend.
|
inline |
References m_mv_clip.
|
inline |
References m_option.
|
inline |
References m_ref.
|
inline |
References m_sad_clip.
|
private |
Referenced by Background(), and SetBackground().
|
private |
Referenced by Legend(), and SetLegend().
|
private |
Referenced by MvClip(), and SetMvClip().
|
private |
Referenced by Option(), and SetOption().
|
private |
Referenced by Reference(), and SetReference().
|
private |
Referenced by SADClip(), and SetSADClip().
© 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.