C# Class org.diracvideo.Jirac.Wavelet

Mostrar archivo Open project: mono/csdirac Class Usage Examples

Public Methods

Method 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 method

public Filtershift ( short data, int w, int s ) : void
data short
w int
s int
return void

Interleave() public method

public Interleave ( short ll, short hl, short lh, short hh, int width ) : short[]
ll short
hl short
lh short
hh short
width int
return short[]

Inverse() public method

public Inverse ( Block block, int depth ) : void
block Block
depth int
return void

Inverse() public method

public Inverse ( short data, int w, int depth ) : void
data short
w int
depth int
return void

Synthesize() public method

public Synthesize ( short d, int s, int b, int e ) : void
d short
s int
b int
e int
return void