C# Class org.diracvideo.Jirac.Wavelet

Afficher le fichier Open project: mono/csdirac Class Usage Examples

Méthodes publiques

Méthode Description
Filtershift ( short data, int w, int s ) : void
Interleave ( short ll, short hl, short lh, short hh, int width ) : short[]
Inverse ( Block block, int depth ) : void
Inverse ( short data, int w, int depth ) : void
Synthesize ( short d, int s, int b, int e ) : void

Method Details

Filtershift() public méthode

public Filtershift ( short data, int w, int s ) : void
data short
w int
s int
Résultat void

Interleave() public méthode

public Interleave ( short ll, short hl, short lh, short hh, int width ) : short[]
ll short
hl short
lh short
hh short
width int
Résultat short[]

Inverse() public méthode

public Inverse ( Block block, int depth ) : void
block Block
depth int
Résultat void

Inverse() public méthode

public Inverse ( short data, int w, int depth ) : void
data short
w int
depth int
Résultat void

Synthesize() public méthode

public Synthesize ( short d, int s, int b, int e ) : void
d short
s int
b int
e int
Résultat void