|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.dvb.projectx.video.IDCTSseNative
JNI java class to access idctsse.dll.
Constructor Summary | |
IDCTSseNative()
|
Method Summary | |
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. |
void |
referenceIDCT(short[] block)
Performs the IDCT on an short[64] array. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public IDCTSseNative()
Method Detail |
public static boolean isLibraryLoaded()
public void referenceIDCT(short[] block)
block
- public static void main(java.lang.String[] args)
args
- public static void printArray(short[] block)
block
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |