Dirac - A Video Codec

Created by the British Broadcasting Corporation.


UpConverter Class Reference

Upconversion class. More...

#include <upconvert.h>

List of all members.

Public Member Functions

Private Member Functions

Private Attributes

Static Private Attributes


Detailed Description

Class to picture data by a factor of 2 in both dimensions


Constructor & Destructor Documentation

UpConverter::UpConverter  )  [inline]
 

UpConverter::~UpConverter  )  [inline]
 

UpConverter::UpConverter const UpConverter cpy  )  [private]
 


Member Function Documentation

void UpConverter::DoUpConverter const PicArray OldImage,
PicArray NewImage
 

Upconvert the picture data, where the parameters are /param OldImage is the original data /param NewImage is the upconverted data

UpConverter& UpConverter::operator= const UpConverter rhs  )  [private]
 

void UpConverter::rowLoop PicArray NewImage,
int &  LinePos
[private]
 


Member Data Documentation

const int UpConverter::Stage_I_Shift = 8 [static, private]
 

const int UpConverter::Stage_I_Size = 6 [static, private]
 

const int UpConverter::StageI_I = 167 [static, private]
 

const int UpConverter::StageI_II = -56 [static, private]
 

const int UpConverter::StageI_III = 25 [static, private]
 

const int UpConverter::StageI_IV = -11 [static, private]
 

const int UpConverter::StageI_V = 4 [static, private]
 

const int UpConverter::StageI_VI = -1 [static, private]
 

int UpConverter::xNew [private]
 

int UpConverter::xOld [private]
 

int UpConverter::yNew [private]
 

int UpConverter::yOld [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.