Dirac - A Video Codec

Created by the British Broadcasting Corporation.


dirac::SeqParams Class Reference

Parameters relating to the video sequence being encoded/decoded.

#include <common.h>

List of all members.

Public Member Functions

Private Attributes


Constructor & Destructor Documentation

dirac::SeqParams::SeqParams ( const VideoFormat video_format = VIDEO_FORMAT_CUSTOM,
bool  set_defaults = true 
)


Member Function Documentation

int dirac::SeqParams::Xl (  )  const [inline]

References m_xl.

int dirac::SeqParams::Yl (  )  const [inline]

References m_yl.

ChromaFormat dirac::SeqParams::CFormat (  )  const [inline]

References m_cformat.

int dirac::SeqParams::ChromaWidth (  )  const

int dirac::SeqParams::ChromaHeight (  )  const

int dirac::SeqParams::BitstreamVersion (  )  const [inline]

References m_bs_ver.

VideoFormat dirac::SeqParams::GetVideoFormat (  )  const [inline]

References m_video_format.

int dirac::SeqParams::GetVideoDepth (  )  const [inline]

References m_video_depth.

void dirac::SeqParams::SetXl ( int  xlen  )  [inline]

References m_xl.

void dirac::SeqParams::SetYl ( int  ylen  )  [inline]

References m_yl.

void dirac::SeqParams::SetCFormat ( ChromaFormat  cf  )  [inline]

References m_cformat.

void dirac::SeqParams::SetVideoDepth ( int  vd  )  [inline]

References m_video_depth.

void dirac::SeqParams::SetBitstreamVersion ( int  bs_ver  )  [inline]

References m_bs_ver.


Member Data Documentation

int dirac::SeqParams::m_xl [private]

Referenced by SetXl(), and Xl().

int dirac::SeqParams::m_yl [private]

Referenced by SetYl(), and Yl().

Referenced by CFormat(), and SetCFormat().

unsigned char dirac::SeqParams::m_bs_ver [private]

Referenced by GetVideoFormat().

Referenced by GetVideoDepth(), and SetVideoDepth().


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.