Name | Description | |
---|---|---|
![]() | AnHighNegSupport | Returns the negative support of the high-pass analysis filter. That is the number of taps of the filter in the negative direction. |
![]() | AnHighPosSupport | Returns the positive support of the high-pass analysis filter. That is the number of taps of the filter in the negative direction. |
![]() | AnLowNegSupport | Returns the negative support of the low-pass analysis filter. That is the number of taps of the filter in the negative direction. |
![]() | AnLowPosSupport | Returns the positive support of the low-pass analysis filter. That is the number of taps of the filter in the negative direction. |
![]() | DataType | Returns the type of data on which this filter works, as defined in the DataBlk interface. |
![]() | ImplType | Returns the implementation type of this filter, as defined in this class, such as WT_FILTER_INT_LIFT, WT_FILTER_FLOAT_LIFT, WT_FILTER_FLOAT_CONVOL. |
![]() | Reversible | Returns the reversibility of the filter. A filter is considered reversible if it is suitable for lossless coding. |
![]() | SynHighNegSupport | Returns the negative support of the high-pass synthesis filter. That is the number of taps of the filter in the negative direction. |
![]() | SynHighPosSupport | Returns the positive support of the high-pass synthesis filter. That is the number of taps of the filter in the negative direction. |
![]() | SynLowNegSupport | Returns the negative support of the low-pass synthesis filter. That is the number of taps of the filter in the negative direction. |
![]() | SynLowPosSupport | Returns the positive support of the low-pass synthesis filter. That is the number of taps of the filter in the negative direction. |