dirac::UpConverter Class Reference
Upconversion class.
More...
#include <upconvert.h>
List of all members.
Public Member Functions
Private Member Functions
- UpConverter (const UpConverter &cpy)
- Private body-less copy constructor: class should not be copied.
- UpConverter & operator= (const UpConverter &rhs)
- Private body-less assignment: class should not be assigned.
- void RowLoop (PicArray &up_data, const int row_num, const int filter_size, const int filter_shift, const short taps[4])
- Applies the filter to a row and its successor.
Private Attributes
Detailed Description
Class to upconvert data by a factor of 2 in both dimensions
Constructor & Destructor Documentation
dirac::UpConverter::UpConverter |
( |
int |
min_val, |
|
|
int |
max_val, |
|
|
int |
orig_xlen, |
|
|
int |
orig_ylen | |
|
) |
| | |
dirac::UpConverter::~UpConverter |
( |
|
) |
[inline] |
dirac::UpConverter::UpConverter |
( |
const UpConverter & |
cpy |
) |
[private] |
Member Function Documentation
void dirac::UpConverter::DoUpConverter |
( |
const PicArray & |
pic_data, |
|
|
PicArray & |
up_data | |
|
) |
| | |
Upconvert the picture data, where the parameters are
- Parameters:
-
| pic_data | is the original data |
| up_data | is the upconverted data |
void dirac::UpConverter::RowLoop |
( |
PicArray & |
up_data, |
|
|
const int |
row_num, |
|
|
const int |
filter_size, |
|
|
const int |
filter_shift, |
|
|
const short |
taps[4] | |
|
) |
| | [private] |
Member Data Documentation
The documentation for this class was generated from the following file: