Created by the British Broadcasting Corporation.
#include <wavelet_utils.h>

| dirac::VHFilter::VHFilter | ( | ) | [inline] |
| virtual dirac::VHFilter::~VHFilter | ( | ) | [inline, virtual] |
| void dirac::VHFilter::DeInterleave | ( | const int | xp, | |
| const int | yp, | |||
| const int | xl, | |||
| const int | yl, | |||
| CoeffArray & | coeff_data | |||
| ) | [inline, protected] |
| virtual int dirac::VHFilter::GetShift | ( | ) | const [pure virtual] |
| void dirac::VHFilter::Interleave | ( | const int | xp, | |
| const int | yp, | |||
| const int | xl, | |||
| const int | yl, | |||
| CoeffArray & | coeff_data | |||
| ) | [inline, protected] |
| void dirac::VHFilter::ShiftRowLeft | ( | CoeffType * | row, | |
| int | length, | |||
| int | shift | |||
| ) | [protected] |
| void dirac::VHFilter::ShiftRowRight | ( | CoeffType * | row, | |
| int | length, | |||
| int | shift | |||
| ) | [protected] |
| virtual void dirac::VHFilter::Split | ( | const int | xp, | |
| const int | yp, | |||
| const int | xl, | |||
| const int | yl, | |||
| CoeffArray & | coeff_data | |||
| ) | [pure virtual] |
| virtual void dirac::VHFilter::Synth | ( | const int | xp, | |
| const int | yp, | |||
| const int | xl, | |||
| const int | yl, | |||
| CoeffArray & | coeff_data | |||
| ) | [pure virtual] |
© 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.