|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.dvb.projectx.video.IDCTRefNative
JNI java class to access idctref.dll.
Constructor Summary | |
IDCTRefNative()
|
Method Summary | |
void |
init()
Initializes the IDCT algorithm |
static boolean |
isLibraryLoaded()
Returns true if the library is loaded. |
static void |
main(java.lang.String[] args)
Main method for testing. |
static void |
printArray(short[][] block)
Helper method to print the array. |
static void |
printArray2(short[] block)
Helper method to print the array. |
void |
referenceIDCT(short[] block)
Performs the IDCT on an short[64] array. |
short[][] |
referenceIDCT(short[][] block)
Performs the IDCT on an short[8][8] array. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public IDCTRefNative()
Method Detail |
public static boolean isLibraryLoaded()
public void init()
public short[][] referenceIDCT(short[][] block)
block
- public void referenceIDCT(short[] block)
block
- public static void main(java.lang.String[] args)
args
- public static void printArray(short[][] block)
block
- public static void printArray2(short[] block)
block
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |